Click or drag to resize
SoNodekitCatalogAddEntry Method

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool AddEntry(
	string theName,
	Type theType,
	Type theDefaultType,
	bool theNullByDefault,
	string theParentName,
	string theRightSiblingName,
	bool theListPart,
	Type theListContainerType,
	Type theListItemType,
	bool thePublicPart
)

Parameters

theName
Type: SystemString
theType
Type: SystemType
theDefaultType
Type: SystemType
theNullByDefault
Type: SystemBoolean
theParentName
Type: SystemString
theRightSiblingName
Type: SystemString
theListPart
Type: SystemBoolean
theListContainerType
Type: SystemType
theListItemType
Type: SystemType
thePublicPart
Type: SystemBoolean

Return Value

Type: Boolean
Remarks