Returns an arrof of layers.
            Individual layers can be switched on/off easily.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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 (); } | 





