[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.0.7 (6.1.0.7)

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