This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* pSize
);
[C++] Parameters pSize [in]
pSize is a parameter of type double pSize [out, retval]
pSize is a parameter of type double*