API Documentation > Interfaces > Interface ModelItemOId
Interface ModelItemOId

package com.ptc.pfc.pfcModelItem;

public interface
ModelItemOId
extends
com.ptc.pfc.pfcObject.IntegerOId


Description
This class specifies the identifier of a model item.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcObject.IntegerOId :
Method Summary
Get method for attribute "Type"
The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)
Method Detail
GetType
GetType
()
The model item type (ITEM_FEATURE, ITEM_SURFACE, and so on)
Was this helpful?