STK Graphics PrimitivesSend comments on this topic.
DisplayRADec Property (IAgStkGraphicsVectorPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the vector's RA-Dec is displayed.

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 DisplayRADec
);
[Java]
public bool getDisplayRADec();
public void setDisplayRADec(
    bool
);
[Python - STK API ]
@property
def DisplayRADec(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.