AGI AgGator 11 Send comments on this topic.
SetRefAxes Method (IAgGatorPluginResultAttCtrl)
See Also 
Name
Name of the axes to be used as a reference for specifying the attitude.  To use a set of Axes whose name contains spaces, replace each space with an underscore (_).





Description

Sets the reference axes.

Syntax

[Visual Basic .NET]
Public Function SetRefAxes( _
   ByVal Name As String _
) As Boolean

[C#]
public bool SetRefAxes(
string Name
);

[Managed C++]
public: bool SetRefAxes(
String __gc ^ Name
);

[Java]
public bool setRefAxes(
String Name
);

[Unmanaged C++]
public: HRESULT SetRefAxes(
BSTR Name,
VARIANT_BOOL * ReturnValue
);

Parameters

Name
Name of the axes to be used as a reference for specifying the attitude.  To use a set of Axes whose name contains spaces, replace each space with an underscore (_).

Return Type

Returns false if the requested Axes are not available

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1