SoNodekitCatalogGetDefaultType Method (Int32) |
Returns the default type of the specified part.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public Type GetDefaultType(
int thePartNumber
)
Public Function GetDefaultType (
thePartNumber As Integer
) As Type
public:
Type^ GetDefaultType(
int thePartNumber
)
member GetDefaultType :
thePartNumber : int -> Type
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
TypeRemarks See Also