Click or drag to resize
SoNodekitCatalog.AddEntry Method

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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: System.String
theType
Type: System.Type
theDefaultType
Type: System.Type
theNullByDefault
Type: System.Boolean
theParentName
Type: System.String
theRightSiblingName
Type: System.String
theListPart
Type: System.Boolean
theListContainerType
Type: System.Type
theListItemType
Type: System.Type
thePublicPart
Type: System.Boolean

Return Value

Type: Boolean
Remarks