ICadDrawingDataset Interface

Provides access to members that control the Cad Drawing Dataset.

Members

Name Description
Read-only property Exists Indicates whether Cad Dataset exists.
Read-only property FilePath The Full PathName of the Cad File.
Read-only property Is2d Indicates whether Cad Dataset is 2d.
Read-only property Is3d Indicates whether Cad Dataset is 3d.
Read-only property IsAutoCad Indicates whether Cad Dataset is an AutoCad file.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.