Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NShapeImporter Class
Fields Properties Methods


In This Topic
    NShapeImporter Class Members
    In This Topic

    The following tables list the members exposed by NShapeImporter.

    Protected Fields
     NameDescription
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether to import the data from each map layer into separate layer. By default set to true.  
    Public PropertyDetermines whether to render the polylines as shapes or as paths. By default set to true.  
    Public PropertyDetermines whether to render the polygons as shapes or as paths. By default set to true.  
    Public PropertyContains methods called when diagram shapes are created.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates and imports the shapes defined in the map into the drawing document.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.   
    Protected MethodCalled when a layer starts to be imported  
    Protected MethodCalled when a layer ends to be imported  
    Protected MethodCalled when a point element, which consists of multiple points has been created. Return false to cancel the adding of the shape to the document.  
    Protected MethodCalled when a shape, which consists of multiple polygons has been created. Return false to cancel the adding of the shape to the document.  
    Protected MethodCalled when a shape, which consists of multiple polylines has been created. Return false to cancel the adding of the shape to the document.  
    Protected MethodCalled when a point label has been created. Return false to cancel the adding of the point label to the document.  
    Protected MethodCalled when a polygon shape has been created. Return false to cancel the adding of the shape to the document.  
    Protected MethodCalled when the label of a polygon shape has been created.  
    Protected MethodCalled when a polyline shape has been created. Return false to cancel the adding of the shape to the document.  
    Top
    See Also