Provides access to members that control the Cad Drawing Dataset.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Exists | Indicates whether Cad Dataset exists. | 
![]()  | 
FilePath | The Full PathName of the Cad File. | 
![]()  | 
Is2d | Indicates whether Cad Dataset is 2d. | 
![]()  | 
Is3d | Indicates whether Cad Dataset is 3d. | 
![]()  | 
IsAutoCad | Indicates whether Cad Dataset is an AutoCad file. | 
![]()  | 
IsDgn | Indicates whether Cad Dataset is an Microstation file. | 
ICadDrawingDataset.Exists Property
Indicates whether Cad Dataset exists.
Public ReadOnly Property Exists As Boolean
public bool Exists {get;}
ICadDrawingDataset.FilePath Property
The Full PathName of the Cad File.
Public ReadOnly Property FilePath As String
public string FilePath {get;}
ICadDrawingDataset.Is2d Property
Indicates whether Cad Dataset is 2d.
Public ReadOnly Property Is2d As Boolean
public bool Is2d {get;}
ICadDrawingDataset.Is3d Property
Indicates whether Cad Dataset is 3d.
Public ReadOnly Property Is3d As Boolean
public bool Is3d {get;}
ICadDrawingDataset.IsAutoCad Property
Indicates whether Cad Dataset is an AutoCad file.
Public ReadOnly Property IsAutoCad As Boolean
public bool IsAutoCad {get;}
ICadDrawingDataset.IsDgn Property
Indicates whether Cad Dataset is an Microstation file.
Public ReadOnly Property IsDgn As Boolean
public bool IsDgn {get;}
Classes that implement ICadDrawingDataset
| Classes | Description | 
|---|
