AGI STK Objects 11 Send comments on this topic.
DrawAtObject Property (IAgVORefCrdnPlane)
See Also 





Description

Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawAtObject() As Boolean

[C#]
public bool DrawAtObject {get; set;}

[Managed C++]
public: __property bool get_DrawAtObject();
public: __property void set_DrawAtObject(
bool
);

[Unmanaged C++]
public: HRESULT get_DrawAtObject(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DrawAtObject(
VARIANT_BOOL NewDrawAtObject
);

[Java]
public bool getDrawAtObject();public void setDrawAtObject(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1