- Function IdentifierShowTreeLocation(identifier)
IdentifierShowTreeLocation
The function IdentifierShowTreeLocation
allows you to
programmatically show the position of a specific identifier in the Model
Explorer tree. If the Model Explorer is not currently opened, it will
open automatically. The function only works in a developer system, in an
end-user system the function raises an error message.
IdentifierShowTreeLocation(
identifier ! (input) element in AllIdentifiers
)
Arguments
- identifier
The identifier for which you want to show the location in the Model Explorer.
See also
The function IdentifierShowAttributes
.