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

Removes the range specification for the specified world object (if one exists)

Namespace: Clarion
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public static bool RemoveRange(
	Guid id
)

Parameters

id
Type: System..::..Guid
The world ID of the world object for which the range is to be removed

Return Value

True if the range was successfully removed, otherwise False

See Also