This document is archived and information here might be outdated. Recommended version. |
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