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.2.419.0 (24.2.419.0)
Syntax public AxesFromArchive(
TrackingArchive<TEntity> archive,
Object entityIdentifier
)
Public Sub New (
archive As TrackingArchive(Of TEntity),
entityIdentifier As Object
)
public:
AxesFromArchive(
TrackingArchive<TEntity>^ archive,
Object^ entityIdentifier
)
new :
archive : TrackingArchive<'TEntity> *
entityIdentifier : Object -> AxesFromArchive
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