GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoGraphPart Interface / UserObject Property
In This Topic
    UserObject Property (IGoGraphPart)
    In This Topic
    Gets or sets an object associated with this port.
    Syntax
    object UserObject {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