GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPartInfoRenderer Interface / CreatePartInfo Method
In This Topic
    CreatePartInfo Method
    In This Topic
    Allocate and return a GoPartInfo for this renderer.
    Syntax
    GoPartInfo CreatePartInfo()

    Return Value

    Remarks
    An override of GoObject.GetPartInfo can call this to allocate an empty GoPartInfo in order to specify all of the properties without getting the standard property values that the renderer would produce in a call to GetStandardPartInfo.
    See Also