EntitySetTEntityRemove Method (Transaction, Object) |
Removes an entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Remove(
Transaction transaction,
Object id
)
Public Sub Remove (
transaction As Transaction,
id As Object
)
public:
void Remove(
Transaction^ transaction,
Object^ id
)
member Remove :
transaction : Transaction *
id : Object -> unit
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