ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.TileWidth Property

The GeoDatabase tile width in the RasterAnalysis.

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

Parameters

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface