SoNodekitCatalogAddEntry Method |
Namespace: OIV.Inventor.NodekitsAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function AddEntry (
theName As String,
theType As Type,
theDefaultType As Type,
theNullByDefault As Boolean,
theParentName As String,
theRightSiblingName As String,
theListPart As Boolean,
theListContainerType As Type,
theListItemType As Type,
thePublicPart As Boolean
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool AddEntry(
String^ theName,
Type^ theType,
Type^ theDefaultType,
bool theNullByDefault,
String^ theParentName,
String^ theRightSiblingName,
bool theListPart,
Type^ theListContainerType,
Type^ theListItemType,
bool thePublicPart
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member AddEntry :
theName : string *
theType : Type *
theDefaultType : Type *
theNullByDefault : bool *
theParentName : string *
theRightSiblingName : string *
theListPart : bool *
theListContainerType : Type *
theListItemType : Type *
thePublicPart : bool -> bool
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:
BooleanRemarks See Also