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 DrawAtObject() As Boolean |
[C#] |
---|
public bool DrawAtObject {get; set;} |
[Managed C++] |
---|
public: __property bool get_DrawAtObject(); |
[Unmanaged C++] |
---|
public: HRESULT get_DrawAtObject( VARIANT_BOOL * pVal ); public: HRESULT put_DrawAtObject( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getDrawAtObject(); public void setDrawAtObject( bool ); |