GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / CurrentObject Property
In This Topic
    CurrentObject Property
    In This Topic
    Gets or sets this tool's CurrentObject property.
    Syntax
    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