Returns a list of property values for the specified property for a specified list of nodes. Returns a blank string in the list, for any node that cannot be found.
ListNodePropValues(NodeList:String,Delimiter:String,PropAbbrev:String):String
NodeList is a comma-delimited list of node names.
Delimiter is the character to use to delineate items in the string list. Supported special characters:
[comma]
[space]
[tab]
Note: | You must use the name of the delimiter (not the character) and include brackets around the name. |
PropAbbrev is the name of the property to use.
ListNodePropValues(100;200;300,[comma],Core.Leaf)
Returns True,True,True if nodes 100, 200, and 300 are leaf nodes.