GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPartInfoRenderer Interface / GetStandardPartInfo Method
In This Topic
    GetStandardPartInfo Method
    In This Topic
    Produce the standard GoPartInfo for a given object.
    Syntax
    GoPartInfo GetStandardPartInfo( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    This may be null if the given object is not interesting enough to warrant generating property/value information.
    Remarks
    This is called by GoObject.GetPartInfo to get the renderer's standard property values for the given object. An override of GoObject.GetPartInfo will normally call the base method and modify the result, but if that result is null it may want to call CreatePartInfo in order to pass along its specific information for that object.
    See Also