Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NEsriShapeImporter Class / ImportShapes Method
The document to import the map in.
The bounds of the area the map is rendered on.


In This Topic
    ImportShapes Method (NEsriShapeImporter)
    In This Topic
    Creates and imports the shapes defined in the map into the drawing document.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ImportShapes( _
       ByVal document As NDrawingDocument, _
       ByVal importArea As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NEsriShapeImporter
    Dim document As NDrawingDocument
    Dim importArea As NRectangleF
     
    instance.ImportShapes(document, importArea)
    public override void ImportShapes( 
       NDrawingDocument document,
       NRectangleF importArea
    )

    Parameters

    document
    The document to import the map in.
    importArea
    The bounds of the area the map is rendered on.
    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