IGHAObjectGetObject Method (String) |
[This is preliminary documentation and is subject to change.]
Returns the object at the specified relative path
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxIGHAObject GetObject(
string relPath
)
Parameters
- relPath
- Type: SystemString
Relative path to the object. A path without slashes is assumed to indicate a child of the calling object
Return Value
Type:
IGHAObjectThe object if it exists, null if it does not
See Also