AGI STK Objects 11Send comments on this topic.
DrawAtCB Property (IAgVORefCrdnAxes)
See Also 
Windows






Windows & Linux

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 DrawAtCB() As Boolean
[C#]
public bool DrawAtCB {get; set;}
[Managed C++]
public: __property bool get_DrawAtCB();
public: __property void set_DrawAtCB(
   bool
);
[Unmanaged C++]
public: HRESULT get_DrawAtCB(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_DrawAtCB(
   VARIANT_BOOL NewDrawAtCB
);
[Java]
public bool getDrawAtCB();public void setDrawAtCB(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.