SoNodekitCatalogAddListItemType Method (Int32, 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(
int thePartNumber,
Type typeToAdd
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub AddListItemType (
thePartNumber As Integer,
typeToAdd As Type
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void AddListItemType(
int thePartNumber,
Type^ typeToAdd
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member AddListItemType :
thePartNumber : int *
typeToAdd : Type -> unit
Parameters
- thePartNumber
- Type: SystemInt32
- typeToAdd
- Type: SystemType
Remarks See Also