This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXformApproximation Interface > IGeodataXformApproximation.GridSize Property (ArcObjects .NET 10.4 SDK) |
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