SoNodekitCatalogAddListItemType Method (String, Type) |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void AddListItemType(
string theName,
Type typeToAdd
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub AddListItemType (
theName As String,
typeToAdd As Type
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void AddListItemType(
String^ theName,
Type^ typeToAdd
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member AddListItemType :
theName : string *
typeToAdd : Type -> unit
Parameters
- theName
- Type: SystemString
- typeToAdd
- Type: SystemType
Remarks See Also