GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / CreatePort Method
In This Topic
    CreatePort Method (GoSubGraph)
    In This Topic
    This method is called to create a port that represents the subgraph as a whole.
    Syntax
    protected virtual GoPort CreatePort()

    Return Value

    By default this returns null--the subgraph does not have a port
    See Also