ArcObjects Library Reference (Geometry)  

ISpatialReference2GEN.SetDomain Method

Set the xy domain extent.

[Visual Basic .NET]
Public Sub SetDomain ( _
    ByVal XMin As Double, _
    ByVal XMax As Double, _
    ByVal YMin As Double, _
    ByVal YMax As Double _
)
[C#]
public void SetDomain (
    double XMin,
    double XMax,
    double YMin,
    double YMax
);
[C++]
HRESULT SetDomain(
  double XMin,
  double XMax,
  double YMin,
  double YMax
);
[C++]

Parameters

XMin [in]   XMin is a parameter of type double XMax [in]   XMax is a parameter of type double YMin [in]   YMin is a parameter of type double YMax [in]   YMax is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialReference2GEN Interface