Open a Cad Drawing Dataset.
[Visual Basic .NET] Public Function OpenCadDrawingDataset ( _ ByVal Name As String _ ) As ICadDrawingDataset
[C#] public ICadDrawingDataset OpenCadDrawingDataset ( string Name );
[C++]
HRESULT OpenCadDrawingDataset(
BSTR Name,
ICadDrawingDataset** dataset
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR dataset [out, retval]dataset is a parameter of type ICadDrawingDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.