Click or drag to resize

IGHARemoteObjectMove Method

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

Move the object to someplace else in the hierarchy

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Move(
	IGHARemoteObject newParent
)

Parameters

newParent
Type: RemoteLibIGHARemoteObject
New parent objet

Return Value

Type: Boolean
True if successful
See Also