Click or drag to resize

IEntityPosition Interface

An interface to a tracking entity that has a position described as an X, Y, and Z coordinate. To obtain the reference frame in which the position is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEntityPosition

The IEntityPosition type exposes the following members.

Properties
  NameDescription
Public propertyPosition
Gets the transactional property that holds the position of the entity. To obtain the reference frame in which the position is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.
Top
See Also