Click or drag to resize
SoNodekitCatalogGetListItemTypes Method (Int32)

Returns a list of the types of nodes that the specified part can contain.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoTypeList GetListItemTypes(
	int thePartNumber
)

Parameters

thePartNumber
Type: SystemInt32

Return Value

Type: SoTypeList
Remarks

If the part is not a parts list, the returned list is empty.

See Also