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


IDETerrain.TileSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.TileSize Property
ArcGIS Developer Help

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(
  System.Double* pSize
);
[C++]
Parameters
pSize [in]

pSize is a parameter of type double pSize [out, retval]
pSize is a parameter of type double*

Product Availability

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

See Also

IDETerrain Interface