com.esri.arcgis.datasourcesfile
Interface ICadSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadWorkspaceFactory, ICadSettingsProxy

public interface ICadSettings
extends java.io.Serializable

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

Description: 'Provides access to members that control the use of Dgn files with any file extension.' 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 IID628022fd_e7df_11d4_a2a8_444553547777
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEnableAllDgnFileExtensions()
          Indicates whether the use of Dgn files with any file extension is enabled.
 void setEnableAllDgnFileExtensions(boolean pEnabled)
          Indicates whether the use of Dgn files with any file extension is enabled.
 

Field Detail

IID628022fd_e7df_11d4_a2a8_444553547777

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

isEnableAllDgnFileExtensions

boolean isEnableAllDgnFileExtensions()
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether the use of Dgn files with any file extension is enabled.

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

setEnableAllDgnFileExtensions

void setEnableAllDgnFileExtensions(boolean pEnabled)
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether the use of Dgn files with any file extension is enabled.

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