Description
Right Ascension Declination Unit Abrv
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RADecUnitAbrv() As String
|
[C#] |
---|
public string RADecUnitAbrv {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_RADecUnitAbrv(); public: __property void set_RADecUnitAbrv( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_RADecUnitAbrv( BSTR * pRetVal ); public: HRESULT put_RADecUnitAbrv( BSTR NewRADecUnitAbrv );
|
[Java] |
---|
public String getRADecUnitAbrv();public void setRADecUnitAbrv( String );
|
See Also