ArcObjects Library Reference (DataSourcesFile)  

ICadDrawingLayers Interface

Provides access to properties that give information on the layers in the CAD drawing.

Product Availability

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

Members

Description
Read-only property DrawingLayerCount The number of layers in the CAD drawing.
Read-only property DrawingLayerName The name of the CAD drawing layer at the specified index.
Read/write property DrawingLayerVisible Indicates if the specified CAD drawing layer visible in the CAD layer in ArcMap.
Read-only property OriginalDrawingLayerVisible Indicates if the specified CAD drawing layer visible in the CAD drawing itself.

CoClasses that implement ICadDrawingLayers

CoClasses and Classes Description
CadAnnotationLayer (esriCarto) An Esri Cad annotation layer.
CadFeatureLayer (esriCarto) Esri CAD Feature Layer class.
CadLayer (esriCarto) Esri CAD Layer class.

.NET Related Topics

How to return CAD drawing layer properties