GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / HandleID Property
In This Topic
    HandleID Property (GoHandle)
    In This Topic
    Gets or sets an identifier for this handle.
    Syntax
    [Description("An identifier for this handle, often a GoObject spot value.")]
    public int HandleID {get; set;}

    Property Value

    The default identifier is GoObject.NoHandle.
    Remarks
    Because handles are only used in views, setting this property is not tracked by the undo/redo mechanism.
    See Also