Click or drag to resize

PointFromArchive<TEntity> Constructor (TrackingArchive<TEntity>, Object)

Initializes a new instance to use a specified archive and entity.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PointFromArchive(
	TrackingArchive<TEntity> archive,
	Object entityIdentifier
)

Parameters

archive
Type: AGI.Foundation.Tracking.TrackingArchive<TEntity>
The archive from which to obtain position data.
entityIdentifier
Type: System.Object
The identifier of the entity whose position is to be obtained from the archive.
See Also