GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolAction Class / PickActionObject Method
In This Topic
    PickActionObject Method
    In This Topic
    Find an IGoActionObject that the last input event is over.
    Syntax
    public virtual IGoActionObject PickActionObject()

    Return Value

    an IGoActionObject, or null if none
    Remarks
    This proceeds up the chain of Parents to find an object that implements IGoActionObject and whose IGoActionObject.ActionEnabled property is true. The result is remembered as the value of the ActionObject property.
    See Also