CartographicZoneConstraintMinimumLatitude Property |
Gets or sets the southernmost planetodetic latitude of the cartographic zone, in radians.
The minimum latitude must be greater than -
HalfPi and
less than the
MaximumLatitude.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MinimumLatitude { get; set; }
Public Property MinimumLatitude As Double
Get
Set
public:
property double MinimumLatitude {
double get ();
void set (double value);
}
member MinimumLatitude : float with get, set
Property Value
Type:
DoubleSee Also