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.2.419.0 (24.2.419.0)
Syntax public DefaultProfileBehavior KindOfProfile { get; set; }
Public Property KindOfProfile As DefaultProfileBehavior
Get
Set
public:
property DefaultProfileBehavior KindOfProfile {
DefaultProfileBehavior get ();
void set (DefaultProfileBehavior value);
}
member KindOfProfile : DefaultProfileBehavior with get, set
Property Value
Type:
DefaultProfileBehaviorSee Also