The horizontal distance used to spatially index and partition terrain data.
[Visual Basic .NET] Public Property TileSize As Double
[C#] public double TileSize {get; set;}
[C++]
HRESULT get_TileSize(
double* pSize
);
[C++]
HRESULT put_TileSize(
double pSize
);
[C++]Parameters
pSize [out, retval] pSize is a parameter of type double pSize [in] pSize is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.