User's Guide > ModelItem > ModelItem > ModelItem Information
ModelItem Information
 
Methods and Properties Introduced:
Certain IpfcModelItems also have a string name that can be changed at any time. The methods IpfcModelItem.GetName() and IpfcModelItem.SetName() access this name.
The property IpfcModelItem.Id returns the unique integer identifier for the IpfcModelItem.
The IpfcModelItem.Type property returns an enumeration object that indicates the model item type of the specified IpfcModelItem. See the section Solid Geometry Traversal for the list of possible model item types.
Was this helpful?