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


IGeodataXformApproximation.GridSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pSize
);
[C++]

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

Product Availability

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

See Also

IGeodataXformApproximation Interface

.NET Related Topics

DataSourcesRaster | How to create an ApproximationXform