XyEnvelopeIncludeProj Method |
Include the projection coordinate (east,north) 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 IncludeProj(
double east,
double north
)
Public Sub IncludeProj (
east As Double,
north As Double
)
public:
void IncludeProj(
double east,
double north
)
member IncludeProj :
east : float *
north : float -> unit
Parameters
- east
- Type: SystemDouble
- north
- Type: SystemDouble
See Also