SoNodekitCatalogGetType Method (Int32) |
Returns the 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 GetType(
int thePartNumber
)
Public Function GetType (
thePartNumber As Integer
) As Type
public:
Type^ GetType(
int thePartNumber
)
member GetType :
thePartNumber : int -> Type
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
TypeRemarks See Also