com.esri.arcgis.datasourcesfile
Interface ICadDrawingWorkspace
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ICadDrawingWorkspaceProxy
public interface ICadDrawingWorkspace
- extends Serializable
Provides access to members that control the Cad Drawing Workspace.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
openCadDrawingDataset
ICadDrawingDataset openCadDrawingDataset(String name)
throws IOException,
AutomationException
- Open a Cad Drawing Dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
name - The name (in)
- Returns:
- A reference to a com.esri.arcgis.datasourcesfile.ICadDrawingDataset
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.