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


IRasterAnalysisGDBEnvironment.TileWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.TileWidth Property
ArcGIS Developer Help

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(
  System.Int32* TileWidth
);
[C++]
Parameters
TileWidth [in]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface