SoNodekitCatalogGetType Method (String) |
Returns the 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 GetType(
string theName
)
Public Function GetType (
theName As String
) As Type
public:
Type^ GetType(
String^ theName
)
member GetType :
theName : string -> Type
Parameters
- theName
- Type: SystemString
Return Value
Type:
TypeRemarks See Also