SoNodekitCatalogGetListItemTypes Method (Int32) |
Returns a list of the types of nodes that the specified part can contain.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoTypeList GetListItemTypes(
int thePartNumber
)
Public Function GetListItemTypes (
thePartNumber As Integer
) As SoTypeList
public:
SoTypeList^ GetListItemTypes(
int thePartNumber
)
member GetListItemTypes :
thePartNumber : int -> SoTypeList
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
SoTypeListRemarks If the part is not a parts list, the returned list is empty.
See Also