Returns the number of layers currently in the map.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NumLayers As Integer
C#
public int NumLayers { get; }
C++
public property int NumLayers sealed  {
    int get();
}
J#
/** property */
public int get_NumLayers();
JScript
public function get NumLayers() : int

See Also