This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.GetDomain Method (ArcObjects .NET 10.4 SDK) |
Get the domain extent.
[Visual Basic .NET] Public Sub GetDomain ( _ ByRef XMin As Double, _ ByRef XMax As Double, _ ByRef YMin As Double, _ ByRef YMax As Double _ )
[C#] public void GetDomain ( ref double XMin, ref double XMax, ref double YMin, ref double YMax );
[C++]
HRESULT GetDomain(
double* XMin,
double* XMax,
double* YMin,
double* YMax
);
[C++]
Parameters XMin [in, out] XMin is a parameter of type double XMax [in, out] XMax is a parameter of type double YMin [in, out] YMin is a parameter of type double YMax [in, out] YMax is a parameter of type double