CatalogRef.<Catalog name>.FullCode
Syntax:
Returned value:
A string containing the code of an item and the codes of all higher level items.
Codes are displayed from left to right beginning with the top level, and are delimited by forward slashes ("/").
Description:
Availability:
Example:
Message("Full code of the given element: " + ReferenceToElement.FullCode()); |