This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef2 Interface > IRasterStorageDef2.Tiled Property (ArcObjects .NET 10.5 SDK) |
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