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


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

IRasterCatalog.IsRasterDataset Property

Indicates if this is a RasterDataset (a special one-row RasterCatalog).

[Visual Basic .NET]
Public ReadOnly Property IsRasterDataset As Boolean
[C#]
public bool IsRasterDataset {get;}
[C++]
HRESULT get_IsRasterDataset(
  Boolean* IsRasterDataset
);
[C++]
Parameters
IsRasterDataset [out, retval]

IsRasterDataset is a parameter of type bool*

Product Availability

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

See Also

IRasterCatalog Interface