Click or drag to resize

DistanceToPositionDisplayCondition Properties

The DistanceToPositionDisplayCondition type exposes the following members.

Properties
  NameDescription
Public propertyMaximumDistance
Gets or sets the maximum distance, in meters, of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.
Public propertyMaximumDistanceSquared
Gets the squared maximum distance, in meters, of the inclusive distance interval.
Public propertyMinimumDistance
Gets or sets the minimum distance, in meters, of the inclusive distance interval.
Public propertyMinimumDistanceSquared
Gets the squared minimum distance, in meters, of the inclusive distance interval.
Public propertyPosition
Gets or sets the position used to compute the distance from the camera.
Public propertyReferenceFrame
Gets or sets the reference frame that Position is defined in.
Top
See Also