Click or drag to resize

DefaultConnectionBehavior Properties

The DefaultConnectionBehavior type exposes the following members.

Properties
  NameDescription
Public propertyDynamics
Gets or sets the dynamical characteristics of the position traversing the route.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyKindOfProfile
Gets or sets an enumeration indicating what type of connection to use: following terrain, flying above terrain, or simply moving in a straight line between procedures. By default, this will ignore terrain and connect with a straight line.
Public propertyKindOfSurfaceConnection
Gets or sets the behavior to use to connect the surface procedures. By default the connections will follow a constant heading between procedures.
Public propertyMinimumHeightAboveTerrain
Gets or sets the minimum height above the terrain. This is ignored if ignoring terrain altogether. In the case of following terrain, this is the constant offset above the terrain to use when moving along the terrain surface. For terrain avoidance, this is the minimum distance above which to create the route.
Public propertySpeed
Gets or sets the target cruise speed to use when traversing the connection. In order for the connection to target this speed, UseDirectTransition must be set to false.
Public propertySurfaceShape
Gets or sets the shape of the surface upon which the surface geometry of the route is defined.
Public propertyTerrainSamplingDistance
Gets or sets the sampling distance used for the terrain avoidance algorithm. A larger sampling distance will be faster but result in a higher chance that the route will go below the MinimumHeightAboveTerrain in between samples.
Public propertyTerrainSurface
Gets or sets the terrain surface that must be set if the KindOfProfile is either FollowTerrain or AvoidTerrain.
Public propertyUseDirectTransition
Gets or sets a value indicating whether to connect directly between the initial and final conditions or whether to try to cruise using a constant height and speed if possible. By default, the default behavior is to connect directly.
Top
See Also