This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileDescription Interface > ITileDescription.TileHeight Property (ArcObjects .NET 10.4 SDK) |
Tile height in pixels.
[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