GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoPartInfoRenderer Interface
/ AddPartInfo Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
IGoPartInfoRenderer Interface
IGoPartInfoRenderer Members