ArcObjects Library Reference (Carto)  

ITileDescription.TileWidth Property

Tile width in pixels.

[Visual Basic .NET]
Public Property TileWidth As Integer
[C#]
public int TileWidth {get; set;}
[C++]
HRESULT get_TileWidth(
  long* Width
);
[C++]
HRESULT put_TileWidth(
  long Width
);
[C++]

Parameters

Width [out, retval]   Width is a parameter of type long Width   Width is a parameter of type long

Product Availability

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

See Also

ITileDescription Interface