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


IRasterAnalysisGDBEnvironment.TileHeight Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.TileHeight Property

The GeoDatabase tile height in the RasterAnalysis.

[Visual Basic .NET]
Public Property TileHeight As Integer
[C#]
public int TileHeight {get; set;}
[C++]
HRESULT get_TileHeight(
  long TileHeight
);
[C++]
HRESULT put_TileHeight(
  System.Int32* TileHeight
);
[C++]

Parameters TileHeight [in]
TileHeight is a parameter of type long TileHeight [out, retval]
TileHeight is a parameter of type long*

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface