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


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

IRasterSdeStorage.TileHeight Property

The tile height.

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

Height is a parameter of type long Height [out, retval]
Height is a parameter of type long*

Product Availability

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

See Also

IRasterSdeStorage Interface