CartographicZoneConstraintMaximumLatitude Property |
Gets or sets the northernmost planetodetic latitude of the cartographic zone, in radians.
The maximum latitude must be less than
HalfPi and
greater than the
MinimumLatitude.
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 MaximumLatitude { get; set; }
Public Property MaximumLatitude As Double
Get
Set
public:
property double MaximumLatitude {
double get ();
void set (double value);
}
member MaximumLatitude : float with get, set
Property Value
Type:
DoubleSee Also