STK XSend comments on this topic.
DrawElements Property (AgUiAxVOCntrl)
See Also
Windows





Windows & Linux

Description

Elements to draw on the control.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DrawElements() As AgDrawElemCollection
[C#]
public AgDrawElemCollection DrawElements {get;}
[Managed C++]
public: __property AgDrawElemCollection ^ get_DrawElements();
[Unmanaged C++]
public: HRESULT get_DrawElements(
    AgDrawElemCollection ** ppDrawElemColl
);
[Java]
public AgDrawElemCollection getDrawElements();
[Python - STK API ]
@property
def DrawElements(self) -> "AgDrawElemCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.