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


IRasterStorageDef.TileWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef.TileWidth Property

The raster storage tile width.

[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 [in] Width is a parameter of type long

Product Availability

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

See Also

IRasterStorageDef Interface

.NET Related Topics

DataSourcesRaster | How to create a raster dataset | How to save raster data and set storage properties