Click or drag to resize

EntitySetTEntityRemove Method (Transaction, Object)

Removes an entity.

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 Remove(
	Transaction transaction,
	Object id
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to remove the entity.
id
Type: SystemObject
The ID of the entity to remove.
See Also