Library | Module

Interface IpfcModelOId



Description

This class describes a model identifier.
Direct Parent Classes:
IpfcStringOId



Property Summary

PropertyTypeas IpfcModelType
The model type (MDL_PART, MDL_ASSEMBLY, and so on)



Method Summary

FunctionCCpfcModelOId.Create (Type as IpfcModelType, Name as String) as IpfcModelOId
Creates a model identifier object with the specified model type and model name.



Property Detail


PropertyTypeas IpfcModelType

The model type (MDL_PART, MDL_ASSEMBLY, and so on)





Method Detail


FunctionCCpfcModelOId.Create (Type as IpfcModelType, Name as String) as IpfcModelOId

Creates a model identifier object with the specified model type and model name.
Parameters:
Type
The model type (MDL_PART, MDL_ASSEMBLY, and so on)
Name
The model name
Returns:
The new identifier object