Returns a text string containing a unique full name for the specified type of object. If no default parent exists for the type you specified, UNIQUE_FULL_NAME returns an empty string.
Format
UNIQUE_FULL_NAME (Type)
Argument
Type | Text string that represents an entity type. |
Example
The following example illustrates the use of the UNIQUE_FULL_NAME function:
Function | UNIQUE_FULL_NAME("marker") |
Result | .model_1.ground.MAR |