GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoPartInfoRenderer Interface
/ CreatePartInfo Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CreatePartInfo Method
In This Topic
Allocate and return a
GoPartInfo
for this renderer.
Syntax
C#
GoPartInfo
CreatePartInfo()
Return Value
a
GoPartInfo
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
Reference
IGoPartInfoRenderer Interface
IGoPartInfoRenderer Members