Library | Module

Class pfcModelItemOId



Description

This class specifies the identifier of a model item.
Direct Parent Classes:
pfcIntegerOId



Property Summary

/* readonly */ pfcModelItemTypeType
The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)



Method Summary

static pfcModelItemOIdCreate (pfcModelItemType Type, number Id)
Creates a model-item identifier object.



Property Detail


/* readonly */ pfcModelItemTypeType

The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)





Method Detail


static pfcModelItemOIdCreate (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