LatitudeLineCoverageGridMinimumLongitude Property |
Gets or sets the west-most longitude of the line, in radians.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.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