AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.