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


IImageServerSampleResultEdit.Resolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerSampleResultEdit Interface > IImageServerSampleResultEdit.Resolution Property
ArcGIS Developer Help

IImageServerSampleResultEdit.Resolution Property

The source data resolution.

[Visual Basic .NET]
Public WriteOnly Property Resolution_2
[C#]
public void Resolution_2 {set;}
[C++]
HRESULT put_Resolution(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

See Also

IImageServerSampleResultEdit Interface