This document is archived and information here might be outdated.  Recommended version.


IGpSpRefObject.XYResolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.XYResolution Property
ArcGIS Developer Help

IGpSpRefObject.XYResolution Property

The XYResolution property.

[Visual Basic .NET]
Public Property XYResolution As Double
[C#]
public double XYResolution {get; set;}
[C++]
HRESULT get_XYResolution(
void
);
[C++]
HRESULT put_XYResolution(
);

Product Availability

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

See Also

IGpSpRefObject Interface