Click or drag to resize

IGHAObjectMove Method

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

Moves the current object and its children to a new parent object

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool Move(
	IGHAObject newParent
)

Parameters

newParent
Type: GHASchemaIGHAObject
The new parent for the object

Return Value

Type: Boolean
True if successful, false if not
Remarks
The method will only move objects within the current root in the hierarchy. For example, an object in the Devices hierarchy will not be moved to the Home hierarchy
See Also