| Library | Module | Frames | Expand |
| Property | Id | as Long |
| The identifier of the model item | ||
| Property | Type | as IpfcModelItemType |
| The type of model item | ||
| Function | GetName () as String [optional] | |
| Gets the name of a model item. | ||
| Sub | SetName (Name as String) | |
| Sets the item name. | ||
| Property | Id | as Long |
|
The identifier of the model item |
| Property | Type | as IpfcModelItemType |
|
The type of model item Exceptions thrown (but not limited to): IpfcXInvalidModelItem - The model item is invalid. |
| Function | GetName | () as String [optional] |
|
Gets the name of a model item. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified item does not have a name.
|
| Sub | SetName | (Name as String) |
|
Sets the item name. Exceptions thrown (but not limited to): IpfcXToolkitLineTooLong - The string passed has exceeded the maximum size, that is, PRO_NAME_SIZE. IpfcXToolkitInvalidName - The name specified is not a valid name for a model item in Creo Parametric.
|