PropertiesAttributeNameGetEx
- Last UpdatedJul 13, 2023
- 1 minute read
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.