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)
Syntaxpublic PointFromArchive(
TrackingArchive<TEntity> archive,
Object entityIdentifier
)
Public Sub New (
archive As TrackingArchive(Of TEntity),
entityIdentifier As Object
)
public:
PointFromArchive(
TrackingArchive<TEntity>^ archive,
Object^ entityIdentifier
)
new :
archive : TrackingArchive<'TEntity> *
entityIdentifier : Object -> PointFromArchive
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