Click or drag to resize

DefaultConnectionBehaviorKindOfProfile Property

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.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DefaultProfileBehavior KindOfProfile { get; set; }

Property Value

Type: DefaultProfileBehavior
See Also