com.esri.arcgis.datasourcesfile
Interface IDECadDrawingDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
DECadDrawingDataset

public interface IDECadDrawingDataset
extends Serializable

Provides access to the CadDrawingDataset Data Element.

Product Availability

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


Method Summary
 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.
 void setIs2d(boolean is2d)
          Indicates whether Cad Dataset is 2d.
 void setIs3d(boolean is3d)
          Indicates whether Cad Dataset is 3d.
 void setIsAutoCad(boolean isAutoCad)
          Indicates whether Cad Dataset is an AutoCad file.
 void setIsDgn(boolean isDgn)
          Indicates whether Cad Dataset is an Microstation file.
 

Method Detail

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.

setIs2d

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

Product Availability

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

Parameters:
is2d - The is2d (in)
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.

setIs3d

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

Product Availability

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

Parameters:
is3d - The is3d (in)
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.

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

setIsAutoCad

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

Product Availability

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

Parameters:
isAutoCad - The isAutoCad (in)
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.

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

setIsDgn

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

Product Availability

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

Parameters:
isDgn - The isDgn (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.