Gets or sets whether the vector's RA-Dec is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayRADec() As Boolean |
[C#] |
---|
public bool DisplayRADec {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayRADec(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayRADec( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayRADec( VARIANT_BOOL DisplayRADec ); |
[Java] |
---|
public bool getDisplayRADec(); public void setDisplayRADec( bool ); |