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


IRasterCatalogName.IsRasterDataset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterCatalogName.IsRasterDataset Property

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

Product Availability

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

See Also

IRasterCatalogName Interface