GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / GoObject Property
In This Topic
    GoObject Property (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Gets or sets the GoObject associated with this network node.
    Syntax
    public GoObject GoObject {get; set;}
    Remarks
    Setting this value to an object will also set the Center property to that object's GoObject.SelectionObject center position.
    See Also