STK ObjectsSend comments on this topic.
DrawAtPoint Property (IAgVORefCrdnVector)
See Also
Windows





Windows & Linux

Description

If selected, the geometric element is drawn at the selected point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawAtPoint() As Boolean
[C#]
public bool DrawAtPoint {get; set;}
[Managed C++]
public: __property bool get_DrawAtPoint();
public: __property void set_DrawAtPoint( bool );
[Unmanaged C++]
public: HRESULT get_DrawAtPoint(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DrawAtPoint(
    VARIANT_BOOL pVal
);
[Java]
public bool getDrawAtPoint();
public void setDrawAtPoint(
    bool
);
[Python - STK API ]
@property
def DrawAtPoint(self) -> bool:

@DrawAtPoint.setter
def DrawAtPoint(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.