GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPartInfoRenderer Interface / AddPartInfo Method
In This Topic
    AddPartInfo Method
    In This Topic
    This higher-level method is called to produce a GoPartInfo for a given object and then call AssociatePartInfo.
    Syntax
    void AddPartInfo( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    Overrides of GoObject.GetPartInfo may want to call this method in order to provide information about child objects as well as returning information for the given (parent) object.
    See Also