AGI STK Graphics 11Send comments on this topic.
DisplayRADec Property (IAgStkGraphicsVectorPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or Sets whether the vector's RA-Dec is displayed. Formatter controls unit conversions.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayRADec() As Boolean
[C#]
public bool DisplayRADec {get; set;}
[Managed C++]
public: __property bool get_DisplayRADec();
public: __property void set_DisplayRADec(
   bool
);
[Unmanaged C++]
public: HRESULT get_DisplayRADec(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayRADec(
   VARIANT_BOOL NewDisplayRADec
);
[Java]
public bool getDisplayRADec();public void setDisplayRADec(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.