GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ CurrentObject Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CurrentObject Property
In This Topic
Gets or sets this tool's CurrentObject property.
Syntax
C#
public
GoObject
CurrentObject {
get
;
set
;}
Remarks
Often different methods of a tool will need to deal with the "current"
GoObject
that the user is working with. This property is provided so each tool doesn't need to define it. Not every tool uses this property.
See Also
Reference
GoTool Class
GoTool Members