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(
  long TileHeight
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface