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