Library | Module

Class pfcModelOId



Description

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



Property Summary

/* readonly */ pfcModelTypeType
The model type (MDL_PART, MDL_ASSEMBLY, and so on)



Method Summary

static pfcModelOIdCreate (pfcModelType Type, string Name)
Creates a model identifier object with the specified model type and model name.



Property Detail


/* readonly */ pfcModelTypeType

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





Method Detail


static pfcModelOIdCreate (pfcModelType Type, string Name)

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