ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.MResolution Property

The MResolution property.

[Visual Basic .NET]
Public Property MResolution As Double
[C#]
public double MResolution {get; set;}
[C++]
HRESULT get_MResolution(
  double* Value
);
[C++]
HRESULT put_MResolution(
  double Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type double Value [in]   Value is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface