com.esri.arcgis.datasourcesfile
Interface ICadSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadWorkspaceFactory

public interface ICadSettings
extends Serializable

Provides access to members that control the use of Dgn files with any file extension.

Product Availability

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


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.
 

Method Detail

isEnableAllDgnFileExtensions

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setEnableAllDgnFileExtensions

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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