com.esri.arcgis.datasourcesfile
Interface ICadDrawingDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICadDrawingDatasetProxy

public interface ICadDrawingDataset
extends Serializable

Provides access to members that control the Cad Drawing Dataset.

Product Availability

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


Method Summary
 String getFilePath()
          The Full PathName of the Cad File.
 boolean is2d()
          Indicates whether Cad Dataset is 2d.
 boolean is3d()
          Indicates whether Cad Dataset is 3d.
 boolean isAutoCad()
          Indicates whether Cad Dataset is an AutoCad file.
 boolean isDgn()
          Indicates whether Cad Dataset is an Microstation file.
 boolean isExists()
          Indicates whether Cad Dataset exists.
 

Method Detail

getFilePath

String getFilePath()
                   throws IOException,
                          AutomationException
The Full PathName of the Cad File.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The filePath
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

is2d

boolean is2d()
             throws IOException,
                    AutomationException
Indicates whether Cad Dataset is 2d.

Product Availability

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

Returns:
The is2d
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

is3d

boolean is3d()
             throws IOException,
                    AutomationException
Indicates whether Cad Dataset is 3d.

Product Availability

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

Returns:
The is3d
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoCad

boolean isAutoCad()
                  throws IOException,
                         AutomationException
Indicates whether Cad Dataset is an AutoCad file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The isAutoCad
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDgn

boolean isDgn()
              throws IOException,
                     AutomationException
Indicates whether Cad Dataset is an Microstation file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The isDgn
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExists

boolean isExists()
                 throws IOException,
                        AutomationException
Indicates whether Cad Dataset exists.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The exists
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.