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


ITileDescription.TileCountX Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileDescription Interface > ITileDescription.TileCountX Property
ArcGIS Developer Help

ITileDescription.TileCountX Property

Sub tile count in x direction.

[Visual Basic .NET]
Public Property TileCountX As Integer
[C#]
public int TileCountX {get; set;}
[C++]
HRESULT get_TileCountX(
  System.Int32* tileCount
);
[C++]
HRESULT put_TileCountX(
  long tileCount
);
[C++]
Parameters
tileCount [out, retval]

tileCount is a parameter of type long* tileCount [in]
tileCount is a parameter of type long

Product Availability

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

See Also

ITileDescription Interface