GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoGraphPart Interface / UserFlags Property
In This Topic
    UserFlags Property (IGoGraphPart)
    In This Topic
    Gets or sets an integer value associated with this port.
    Syntax
    int UserFlags {get; set;}
    Remarks
    You can use this property for many different purposes, such as associating some application specific data with the node, port, or link.
    See Also