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


IDETerrain.TileSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDETerrain.TileSize Property

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.

See Also

IDETerrain Interface