Click or drag to resize

IEntityOrientation Interface

An interface to a tracking entity that has an orientation. To obtain the axes in which the orientation is defined, get the OrientationAxes 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 IEntityOrientation

The IEntityOrientation type exposes the following members.

Properties
  NameDescription
Public propertyOrientation
Gets the transactional property that holds the orientation of the entity. To obtain the axes in which the orientation is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
Top
See Also