GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolAction Class
/ ActionObject Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ActionObject Property
In This Topic
Gets or sets the
IGoActionObject
being manipulated.
Syntax
C#
public
IGoActionObject
ActionObject {
get
;
set
;}
Property Value
This is normally set to the value returned by
PickActionObject
. Typically this value will refer to the same object as
CurrentObject
.
See Also
Reference
GoToolAction Class
GoToolAction Members