Click or drag to resize

TrackingArchiveTEntityGetEntityPrimitivePropertyComponents Method

Fills an array with the archived properties of 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
protected void GetEntityPrimitivePropertyComponents(
	Transaction transaction,
	TEntity entity,
	Object[] values
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to obtain the property values of the entity.
entity
Type: TEntity
The entity from which to obtain the property values.
values
Type: SystemObject
The array in which to store the values. The array must have an element for each property in PrimitivePropertyComponents.
See Also