OnDrawingFinished

This event occurs when a drawing action (performed by calling any of the IDrawing methods or DrawFeature) is finished.

 

JavaScript

 

OnDrawingFinished(

       pGeometry)

 

C#

 

void OnDrawingFinished (

       IGeometry pGeometry)

 

C++

 

HRESULT OnDrawingFinished (

       [in] IGeometry* pGeometry)

Parameters

pIGeometry

An IGeometry derived object, representing the geometric properties of the drawn object.