| Library | Module | Frames | Expand |
| /* readonly */ number | Id | |
| The identifier of the model item | ||
| /* readonly */ pfcModelItemType | Type | |
| The type of model item | ||
| /* optional */ string | GetName () | |
| Gets the name of a model item. | ||
| void | SetName (string Name) | |
| Sets the item name. | ||
| /* readonly */ number | Id |
|
The identifier of the model item |
| /* readonly */ pfcModelItemType | Type |
|
The type of model item Exceptions thrown (but not limited to): pfcXInvalidModelItem - The model item is invalid. |
| /* optional */ string | GetName | () |
|
Gets the name of a model item. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified item does not have a name.
|
| void | SetName | (string Name) |
|
Sets the item name. Exceptions thrown (but not limited to): pfcXToolkitLineTooLong - The string passed has exceeded the maximum size, that is, PRO_NAME_SIZE. pfcXToolkitInvalidName - The name specified is not a valid name for a model item in Creo Parametric.
|