This document is archived and information here might be outdated. Recommended version. |
Indicates if this is a RasterDataset (a special one-row RasterCatalog).
[Visual Basic .NET]
Public Property IsRasterDataset As Boolean
[C#]
public bool IsRasterDataset {get; set;}
[C++]
HRESULT get_IsRasterDataset(
Boolean* IsRasterDataset
);
[C++]
HRESULT put_IsRasterDataset(
VARIANT_BOOL IsRasterDataset
);
[C++] Parameters IsRasterDataset [out, retval]
IsRasterDataset is a parameter of type bool* IsRasterDataset [in]
IsRasterDataset is a parameter of type bool