Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / ResetMap Method
The map to be rendered.

In This Topic
    ResetMap Method (IMapDevice)
    In This Topic
    Invoked when the map status is reset.
    Syntax
    'Declaration
     
    
    Sub ResetMap( _
       ByVal map As C1FlexMap _
    ) 
    void ResetMap( 
       C1FlexMap map
    )

    Parameters

    map
    The map to be rendered.
    See Also