AGI STK Objects 11 Send comments on this topic.
RADecVisible Property (IAgVORefCrdnVector)
See Also 





Description

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

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 * pRetVal
);
public: HRESULT put_RADecVisible(
VARIANT_BOOL NewRADecVisible
);

[Java]
public bool getRADecVisible();public void setRADecVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1