StkFacilityDatabaseQueryMinimumAltitude Property |
Gets or sets the minimum value of
Altitude in meters that
is allowed in order for the entry to be included in the query.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double? MinimumAltitude { get; set; }
Public Property MinimumAltitude As Double?
Get
Set
public:
property Nullable<double> MinimumAltitude {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MinimumAltitude : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also