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 * pNewSpinAxesOrientation );
|
[Java] |
---|
public IAgOrientation getSpinAxesOrientation(); public void setSpinAxesOrientation( IAgOrientation );
|
See Also