<< Click to Display Table of Contents >>
GetChildObject |
GetChildObject(ObjectPath)
This method returns a reference to a child object pointed by the ObjectPath parameter. Then users can access all properties and methods of that object, similar to the GetObject method. This method fails if the path pointed by the ObjectPath parameter contains a property or method at its end. The path pointed by the child object is not a path starting at root (the .prj file) but instead a path starting at the object where this method is called.
NOTE |
This method DOES NOT exist in a Server's Application object nor in Application Folders, but it exists in a Viewer's Application object, and it is accessible even on an Elipse Power Viewer in Read-Only mode. |