Returns an arrof of layers. Individual layers can be switched on/off easily.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IInfigoLayer[] Layers { get; }
Visual Basic (Declaration)
Public ReadOnly Property Layers As IInfigoLayer()
Visual C++
public:
property array<IInfigoLayer^>^ Layers {
	array<IInfigoLayer^>^ get ();
}

See Also