XyEnvelopeIncludeXy Method |
Include the local grid coordinate (x,y) in the envelope
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void IncludeXy(
double x,
double y
)
Public Sub IncludeXy (
x As Double,
y As Double
)
public:
void IncludeXy(
double x,
double y
)
member IncludeXy :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
See Also