GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoHandle Interface / SelectedObject Property
In This Topic
    SelectedObject Property (IGoHandle)
    In This Topic
    Gets or sets the selected object for this handle.
    Syntax
    GoObject SelectedObject {get; set;}
    Remarks
    This value should be contained by a GoSelection.
    See Also