com.esri.arcgis.datasourcesfile
Interface IDECadDrawingDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DECadDrawingDataset, IDECadDrawingDatasetProxy

public interface IDECadDrawingDataset
extends java.io.Serializable

COM Interface 'IDECadDrawingDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to the CadDrawingDataset Data Element.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6ec9d0c5_c3c5_4a2c_b9b3_5959209f427c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID6ec9d0c5_c3c5_4a2c_b9b3_5959209f427c

static final int IID6ec9d0c5_c3c5_4a2c_b9b3_5959209f427c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

is2d

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

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

setIs2d

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

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

is3d

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

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

setIs3d

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

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

isAutoCad

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

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

setIsAutoCad

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

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

isDgn

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

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

setIsDgn

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

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