Gets the list of layers contained in the given file along with the colors associated with each layer.

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

Syntax

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

Parameters

fileName
Type: System..::..String
File to be traversed.

Return Value

Returns the layers contained in the given file.

See Also