Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
PLM_ExternalID | String |
Read/Write | Retrieves the current name |
DerivedRepName
| String | Read/Write | Applies the name to the DerivedRepresentation |
Sample
The following sample illustrates how to keep the default behavior for naming derived representations.
Let varDerRepName(String)
/* Get the current name */
varDerRepName = ThisObject.PLM_ExternalID
/* Set the same name */
Parameters.SetAttributeString("DerivedRepName", varDerRepName)