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