Click or drag to resize

AxesFromArchiveTEntity Constructor (TrackingArchiveTEntity, 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: 24.1.418.0 (24.1.418.0)
Syntax
public AxesFromArchive(
	TrackingArchive<TEntity> archive,
	Object entityIdentifier
)

Parameters

archive
Type: AGI.Foundation.TrackingTrackingArchiveTEntity
The archive from which to obtain orientation data.
entityIdentifier
Type: SystemObject
The identifier of the entity whose orientation is to be obtained from the archive.
See Also