STK AviatorSend comments on this topic.
UseShiftRotate Property (IAgAvtrProcedureExtEphem)
See Also
Windows





Windows & Linux

Description

Get whether to use Shift/Rotate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseShiftRotate() As Boolean
[C#]
public bool UseShiftRotate {get; set;}
[Managed C++]
public: __property bool get_UseShiftRotate();
public: __property void set_UseShiftRotate( bool );
[Unmanaged C++]
public: HRESULT get_UseShiftRotate(
    VARIANT_BOOL * useSD
);
public: HRESULT put_UseShiftRotate(
    VARIANT_BOOL useSD
);
[Java]
public bool getUseShiftRotate();
public void setUseShiftRotate(
    bool
);
[Python - STK API ]
@property
def UseShiftRotate(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.