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


IRasterAnalysisGDBEnvironment.TileHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.TileHeight Property
ArcGIS Developer Help

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