AGI STK Esri Display 11 Send comments on this topic.
OnDrawEnd Event (AgEsri3dRenderer)
See Also 
Renderer
The source of the event.
Cancelled
True if the drawing sequence was interrupted before completion (in order to start a new drawing sequence for the new view).





Description

Fired at the end of draw.

Syntax

[Visual Basic .NET]
Public Event OnDrawEnd( _
   ByVal Renderer As AgEsri3dRenderer, _
   ByVal Cancelled As Boolean _
)

[C#]
public void OnDrawEnd(
AgEsri3dRenderer Renderer,
bool Cancelled
);

[Managed C++]
public: void OnDrawEnd(
AgEsri3dRenderer Renderer,
bool Cancelled
);

[Java]
public  onDrawEnd(
AgEsri3dRenderer Renderer,
bool Cancelled
);

[Unmanaged C++]
public: HRESULT OnDrawEnd(
AgEsri3dRenderer Renderer,
VARIANT_BOOL Cancelled
);

Parameters

Renderer
The source of the event.
Cancelled
True if the drawing sequence was interrupted before completion (in order to start a new drawing sequence for the new view).

Remarks

This event is raised when the GIS display has been fully regenerated for the current 3D view. The Cancelled argument is True when the rendering had to be interrupted before completion because the current 3D view was changed by the user.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1