STK ObjectsSend comments on this topic.
RADecUnitAbrv Property (IAgVORefCrdnPoint)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_RADecUnitAbrv(
    BSTR pVal
);
[Java]
public String getRADecUnitAbrv();
public void setRADecUnitAbrv(
    String
);
[Python - STK API ]
@property
def RADecUnitAbrv(self) -> str:

@RADecUnitAbrv.setter
def RADecUnitAbrv(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.