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

Checks to see if the object should be deleted

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
bool CheckDeletion(
	long timeStamp
)

Parameters

timeStamp
Type: System..::..Int64
The time stamp to use to check for deletion (say by density)

Return Value

True if the object should be deleted, otherwise false

See Also