Nevron .NET Vision
Nevron.Diagram.Maps Namespace / INShapeCreatedListener Interface
Methods

In This Topic
    INShapeCreatedListener Interface Members
    In This Topic

    The following tables list the members exposed by INShapeCreatedListener.

    Public Methods
     NameDescription
     MethodCalled when a layer starts to be imported  
     MethodCalled when a layer ends to be imported  
     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.  
     MethodCalled when a shape, which consists of multiple polygons has been created. Return false to cancel the adding of the shape to the document.  
     MethodCalled when a shape, which consists of multiple polylines has been created. Return false to cancel the adding of the shape to the document.  
     MethodCalled when a point label has been created. Return false to cancel the adding of the label to the document.  
     MethodCalled when a polygon shape has been created. Return false to cancel the adding of the shape to the document.  
     MethodCalled when the label of a polygon shape has been created.  
     MethodCalled when a polyline shape has been created. Return false to cancel the adding of the shape to the document.  
    Top
    See Also