This document is archived and information here might be outdated.  Recommended version.


ICadDrawingLayers.DrawingLayerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadDrawingLayers Interface > ICadDrawingLayers.DrawingLayerName Property
ArcGIS Developer Help

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,
  System.String* 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