STK XSend comments on this topic.
Clear Method (AgDrawElemCollection)
See Also  Example
Windows






Windows & Linux

Description

Clears the contents of the collection and updates the display.

Syntax

[Visual Basic .NET]
Public Sub Clear() 
[C#]
public void Clear();
[Managed C++]
public: void Clear();
[Java]
public  clear();
[Unmanaged C++]
public: HRESULT Clear();

Example

[Visual Basic .NET]Copy Code
Me.AxAgUiAxVOCntrl1.DrawElements.Clear()

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.