CartographicZoneConstraintMinimumLongitude Property |
Gets or sets the westernmost longitude of the cartographic zone, in radians.
The minimum longitude must be greater than -
PI.
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 MinimumLongitude { get; set; }
Public Property MinimumLongitude As Double
Get
Set
public:
property double MinimumLongitude {
double get ();
void set (double value);
}
member MinimumLongitude : float with get, set
Property Value
Type:
DoubleSee Also