Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapZoom Class / OwnerMapImporter Property


In This Topic
    OwnerMapImporter Property
    In This Topic
    Gets the map importer that owns this map zoom object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerMapImporter As NMapImporter
    'Usage
     
    
    Dim instance As NMapZoom
    Dim value As NMapImporter
     
    value = instance.OwnerMapImporter
    public NMapImporter OwnerMapImporter {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also