The name of the CAD drawing layer at the specified index.
[Visual Basic 6.0] Property DrawingLayerName(
ByVal index As Long _
) As String
[Visual Basic .NET] Public Function get_DrawingLayerName ( _ ByVal index As Integer _ ) As String
[C#] public string get_DrawingLayerName ( int index );
[Java] public String getDrawingLayerName ( Long index )
[C++]
HRESULT get_DrawingLayerName(
long index,
BSTR* FilePath
);
Parameters
index [in]
index is a parameter of type long
FilePath [out, retval]
FilePath is a parameter of type BSTR