XyEnvelopeIncludeGeo Method |
Include the Geographic coordinate (lon,lat) in the envelope
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void IncludeGeo(
double lon,
double lat
)
Public Sub IncludeGeo (
lon As Double,
lat As Double
)
public:
void IncludeGeo(
double lon,
double lat
)
member IncludeGeo :
lon : float *
lat : float -> unit
Parameters
- lon
- Type: SystemDouble
- lat
- Type: SystemDouble
See Also