API Documentation > Classes > Class pfcModelItemOId
Class pfcModelItemOId
Description
This class specifies the identifier of a model item.
Direct Parent Classes:
Property Summary
/* readonly */ pfcModelItemType
The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)
Method Summary
Create (pfcModelItemType Type, number Id)
Creates a model-item identifier object.
Property Detail
/* readonly */ pfcModelItemType
Type
The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)
Method Detail
Create
(pfcModelItemType Type, number Id)
Creates a model-item identifier object.
A model-item identifier can be passed to pfcParent.GetChild() .
Parameters:
Type
The model item type
Id
The model item's integer identifier
Returns:
The new ModelItemOId
Was this helpful?