ArcObjects Library Reference (DataSourcesFile)  

ICadDrawingLayers.DrawingLayerName Property

The name of the CAD drawing layer at the specified index.

[Visual Basic .NET]
Public Function get_DrawingLayerName ( _
    ByVal index As Integer _
) As String
[C#]
public string get_DrawingLayerName (
    int index
);
[C++]
HRESULT get_DrawingLayerName(
  long index,
  BSTR* FilePath
);
[C++]

Parameters

index [in]   index is a parameter of type long FilePath [out, retval]   FilePath is a parameter of type BSTR

Product Availability

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

See Also

ICadDrawingLayers Interface

.NET Related Topics

How to return CAD drawing layer properties