[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.1.0 (6.1.1.0)

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