ConstantHeightProfileHeight Property |
Gets or sets the constant target height above the reference surface of the surface path, in meters.
If
AllowVariationInHeight is set to true, the
RoutePropagator will
try to match the height as closely as possible, but will allow changes if necessary.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Height { get; set; }
Public Property Height As Double
Get
Set
public:
property double Height {
double get ();
void set (double value);
}
member Height : float with get, set
Property Value
Type:
DoubleSee Also