This document is archived and information here might be outdated. Recommended version. |
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*