How can I search objects in a DPL script using the pathname?

Category:
Scripting
Answer

The attached example includes the DPL script "Searching" within the scripts library. It includes three different variations for searching objects using the pathname.

The first option searches the object by using the path and the class names. A variation of this option is the search of objects by using the path without the class names. The third option searches the object by using the FullName, which is an equivalent to the complete pathname. The complete pathname of the first general load element will be read automatically in this example.

Tags
Back