Library | Module

Interface IpfcModelItemOId



Description

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



Property Summary

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



Method Summary

FunctionCCpfcModelItemOId.Create (Type as IpfcModelItemType, Id as Long) as IpfcModelItemOId
Creates a model-item identifier object.



Property Detail


PropertyTypeas IpfcModelItemType

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





Method Detail


FunctionCCpfcModelItemOId.Create (Type as IpfcModelItemType, Id as Long) as IpfcModelItemOId

Creates a model-item identifier object.

A model-item identifier can be passed to IpfcParent.GetChild() .
Parameters:
Type
The model item type
Id
The model item's integer identifier
Returns:
The new ModelItemOId