GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / GoSubGraph Constructor
In This Topic
    GoSubGraph Constructor
    In This Topic
    Create an empty subgraph, with an empty label.
    Syntax
    public GoSubGraph()
    Remarks
    This calls CreateHandle, CreateCollapsedObject, CreateLabel, and CreatePort to get initial values for Handle, CollapsedObject, Label, and Port.
    See Also