TryLookup(String[]):IDataObject

Searches for a data object based on the indicated path.

This method searches based on the indicated path. The path indication is to absolute, starting from the root data object.

The path may consist of one data object name or several. If the path contains only one name, then a data object is searched for which is directly located under the current data object. In the case of several path elements, the data object is searched for which is to be found directly under this path.

If the data object is not found, then NULL is returned.

Parameter

pathNames

Type: System.String[]

This parameter is the path to the data object searched for. The path elements are the names of the data objects up to the data object searched for.