Click or drag to resize

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)
Syntax
C#
IGHAObject 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: IGHAObject
The object if it exists, null if it does not
See Also