SoNodekitCatalogGetListItemTypes Method (String) |
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: 2023.1.3.0 (2023.1.3)
Syntax public SoTypeList GetListItemTypes(
string theName
)
Public Function GetListItemTypes (
theName As String
) As SoTypeList
public:
SoTypeList^ GetListItemTypes(
String^ theName
)
member GetListItemTypes :
theName : string -> SoTypeList
Parameters
- theName
- Type: SystemString
Return Value
Type:
SoTypeListRemarks If the part is not a parts list, the returned list is empty.
See Also