Click or drag to resize
SoNodekitCatalogGetListItemTypes Method (String)

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(
	string theName
)

Parameters

theName
Type: SystemString

Return Value

Type: SoTypeList
Remarks

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

See Also