Click or drag to resize

EntitySetTEntityClear Method

Removes all entities from this entity set.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Clear(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to remove all entities.
See Also