Gets a list of all the layers contained in a given .dwg file;

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public List<ILayerRecord3D> GetDwgLayers(
	string fileName
)
Visual Basic
Public Function GetDwgLayers ( _
	fileName As String _
) As List(Of ILayerRecord3D)
JScript
public function GetDwgLayers(
	fileName : String
) : List<ILayerRecord3D>

Parameters

fileName
Type: System..::..String

Return Value

See Also