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


ICadDrawingDataset.Exists Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadDrawingDataset Interface > ICadDrawingDataset.Exists Property
ArcGIS Developer Help

ICadDrawingDataset.Exists Property

Indicates whether Cad Dataset exists.

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

Exists is a parameter of type bool*

Product Availability

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

See Also

ICadDrawingDataset Interface