SoNodekitCatalogGetListContainerType Method (Int32) |
Returns the list container type of the specified part.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Type GetListContainerType(
int thePartNumber
)
Public Function GetListContainerType (
thePartNumber As Integer
) As Type
public:
Type^ GetListContainerType(
int thePartNumber
)
member GetListContainerType :
thePartNumber : int -> Type
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
TypeRemarks See Also