AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_DrawAtPoint(
VARIANT_BOOL NewDrawAtPoint
);

[Java]
public bool getDrawAtPoint();public void setDrawAtPoint(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface