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


IRasterStorageDef2.Tiled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef2.Tiled Property

Indicates if output raster dataset should be tiled if applicable.

[Visual Basic .NET]
Public Property Tiled As Boolean
[C#]
public bool Tiled {get; set;}
[C++]
HRESULT get_Tiled(
  VARIANT_BOOL* Tiled
);
[C++]
HRESULT put_Tiled(
  VARIANT_BOOL Tiled
);
[C++]

Parameters Tiled [out, retval] Tiled is a parameter of type VARIANT_BOOL Tiled [in] Tiled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterStorageDef2 Interface

.NET Related Topics

DataSourcesRaster | How to save raster data and set storage properties