Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object.
Read-write property
[Visual Basic .NET] |
---|
Public Property DrawAtCB() As Boolean |
[C#] |
---|
public bool DrawAtCB {get; set;} |
[Managed C++] |
---|
public: __property bool get_DrawAtCB(); |
[Unmanaged C++] |
---|
public: HRESULT get_DrawAtCB( VARIANT_BOOL * pVal ); public: HRESULT put_DrawAtCB( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getDrawAtCB(); public void setDrawAtCB( bool ); |