This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadDrawingLayers Interface > ICadDrawingLayers.DrawingLayerName Property (ArcObjects .NET 10.4 SDK) |
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