Displays right-ascension and declination values with the selected point.
Read-write property
[Visual Basic .NET] |
---|
Public Property RADecVisible() As Boolean |
[C#] |
---|
public bool RADecVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_RADecVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_RADecVisible( VARIANT_BOOL * pVal ); public: HRESULT put_RADecVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getRADecVisible(); public void setRADecVisible( bool ); |