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





Windows & Linux

Description

Displays right-ascension and declination values with the selected point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RADecVisible() As Boolean
[C#]
public bool RADecVisible {get; set;}
[Managed C++]
public: __property bool get_RADecVisible();
public: __property void set_RADecVisible( bool );
[Unmanaged C++]
public: HRESULT get_RADecVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_RADecVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getRADecVisible();
public void setRADecVisible(
    bool
);
[Python - STK API ]
@property
def RADecVisible(self) -> bool:

@RADecVisible.setter
def RADecVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.