GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoHandle Interface / HandleID Property
In This Topic
    HandleID Property (IGoHandle)
    In This Topic
    Gets or sets an identifier for this handle.
    Syntax
    int HandleID {get; set;}
    Remarks
    Since an object may get many handles when selected, this property provides a means of distinguishing them.
    See Also