ArcObjects Library Reference (DataSourcesRaster)  

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

Parameters

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

Product Availability

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

See Also

IRasterSdeStorage Interface