com.esri.arcgis.datasourcesfile
Interface ICadDrawingDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICadDrawingDatasetProxy

public interface ICadDrawingDataset
extends java.io.Serializable

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

Description: 'Provides access to members that control the Cad Drawing Dataset.' 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 IID6c1d6540_4930_11d3_9b39_00c04fa33299
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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.
 

Field Detail

IID6c1d6540_4930_11d3_9b39_00c04fa33299

static final int IID6c1d6540_4930_11d3_9b39_00c04fa33299
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

getFilePath

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

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

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.

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.

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.

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.

isExists

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

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