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


ITiePointOperation2.Resolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation2 Interface > ITiePointOperation2.Resolution Property
ArcGIS Developer Help

ITiePointOperation2.Resolution Property

The tie point resolution.

[Visual Basic .NET]
Public Property Resolution As Double
[C#]
public double Resolution {get; set;}
[C++]
HRESULT get_Resolution(
  System.Double* pResolution
);
[C++]
HRESULT put_Resolution(
  double pResolution
);
[C++]
Parameters
pResolution [out, retval]

pResolution is a parameter of type double* pResolution [in]
pResolution is a parameter of type double

Product Availability

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

See Also

ITiePointOperation2 Interface