STK ObjectsSend comments on this topic.
SpinAxesOrientation Property (IAgPointingStrategySpinning)
See Also
Windows





Windows & Linux

Description

Gets the spin axes orientation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpinAxesOrientation() As IAgOrientation
[C#]
public IAgOrientation SpinAxesOrientation {get; set;}
[Managed C++]
public: __property IAgOrientation ^ get_SpinAxesOrientation();
public: __property void set_SpinAxesOrientation( IAgOrientation );
[Unmanaged C++]
public: HRESULT get_SpinAxesOrientation(
    IAgOrientation ** ppRetVal
);
public: HRESULT put_SpinAxesOrientation(
    IAgOrientation pOrientation
);
[Java]
public IAgOrientation getSpinAxesOrientation();
public void setSpinAxesOrientation(
    IAgOrientation
);
[Python - STK API ]
@property
def SpinAxesOrientation(self) -> "IAgOrientation":

@SpinAxesOrientation.setter
def SpinAxesOrientation(self, pOrientation:"IAgOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.