| 
            
              RetrieverInfoLayerInd Property 
             | 
          
        
         
            Gets or sets the index of layer to be displayed.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int LayerInd { get; set; }Public Property LayerInd As Integer
	Get
	Set
public:
property int LayerInd {
	int get ();
	void set (int value);
}member LayerInd : int with get, set
Property Value
Type: 
Int32
See Also