Sets the Name of a graphics object on the current page.
Syntax
PropertiesAttributeNamePutEx(INT nAN, STRING* pbstrName)
nAN:
Animation number of graphics object
pbstrName:
Name of graphics object
Note: Names need to be unique within the group. Names should not start with a number or contain the following chars <>:"^|?*.
Return Value
An error if the name cannot be set.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageOpen, PageSave, PageSaveAs, PageClose
Published June 2018