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


IRasterStorageDef2.Tiled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef2 Interface > IRasterStorageDef2.Tiled Property
ArcGIS Developer Help

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(
  Boolean* Tiled
);
[C++]
HRESULT put_Tiled(
  VARIANT_BOOL Tiled
);
[C++]
Parameters
Tiled [out, retval]

Tiled is a parameter of type bool* Tiled [in]
Tiled is a parameter of type bool

Product Availability

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

See Also

IRasterStorageDef2 Interface