Click or drag to resize

IGHARemoteObjectGetChildren Method

[This is preliminary documentation and is subject to change.]

Returns children of the object, recursively if required, with optional start index and count

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObjectcollection GetChildren(
	bool recurs = false,
	int startIndex = 0,
	int count = 0
)

Parameters

recurs (Optional)
Type: SystemBoolean
Search recrusively if true
startIndex (Optional)
Type: SystemInt32
zero-based index from which to return children
count (Optional)
Type: SystemInt32
Number of children to return

Return Value

Type: IGHARemoteObjectcollection
Collection of child objets
See Also