Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NMapImporter Class / MapBounds Property


In This Topic
    MapBounds Property (NMapImporter)
    In This Topic
    Gets/sets the bounds of the map where x represents longitude and is between -180 and 180 degrees and y represents lattitude and is between -90 and 90 degrees.
    Syntax
    'Declaration
     
    
    Public Property MapBounds As NMapBounds
    'Usage
     
    
    Dim instance As NMapImporter
    Dim value As NMapBounds
     
    instance.MapBounds = value
     
    value = instance.MapBounds
    public NMapBounds MapBounds {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also