CartographicZoneConstraint.MaximumLatitude 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also