StkCityDatabaseQueryMinimumLatitude Property  | 
 
            Gets or sets the minimum value of 
Latitude in radians 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double? MinimumLatitude { get; set; }Public Property MinimumLatitude As Double?
	Get
	Set
public:
property Nullable<double> MinimumLatitude {
	Nullable<double> get ();
	void set (Nullable<double> value);
}member MinimumLatitude : Nullable<float> with get, set
Property Value
Type: 
NullableDouble
See Also