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 * pVal
);
public: HRESULT put_DrawAtObject(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getDrawAtObject();
public void setDrawAtObject(
bool
);
|
See Also