STK AgPropagatorWrappersSend 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 (_).
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SetRefAxes(
    BSTR Name,
    VARIANT_BOOL * pResult
);
[Java]
public bool setRefAxes(
    String Name
);

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.