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


IGeodataXformApproximation.GridSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXformApproximation Interface > IGeodataXformApproximation.GridSize Property
ArcGIS Developer Help

IGeodataXformApproximation.GridSize Property

The approximation grid size in pixels in output space.

[Visual Basic .NET]
Public Property GridSize As Integer
[C#]
public int GridSize {get; set;}
[C++]
HRESULT get_GridSize(
  long pSize
);
[C++]
HRESULT put_GridSize(
  System.Int32* pSize
);
[C++]
Parameters
pSize [in]

pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*

Product Availability

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

See Also

IGeodataXformApproximation Interface