Retrieves the Name of a graphics object on the current page.
Syntax
PropertiesAttributeNameGetEx(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
The requested values, as a string
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageOpen, PageSave, PageSaveAs, PageClose
Published June 2018