GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolAction Class / ActionObject Property
In This Topic
    ActionObject Property
    In This Topic
    Gets or sets the IGoActionObject being manipulated.
    Syntax
    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