Creates an IAgCrdnConfiguredAxesWithRate object from the given inputs.
[Visual Basic .NET] |
---|
Public Function ConfigureAxesWithRate( _ ByVal AxesName As String, _ ByVal SourceName As String, _ ByVal RefAxesName As String, _ ByVal RefAxesSourceName As String _ ) As AgCrdnConfiguredAxesWithRate |
[C#] |
---|
public AgCrdnConfiguredAxesWithRate ConfigureAxesWithRate( |
[Managed C++] |
---|
public: AgCrdnConfiguredAxesWithRate^ ConfigureAxesWithRate( |
[Java] |
---|
public AgCrdnConfiguredAxesWithRate configureAxesWithRate( |
[Unmanaged C++] |
---|
public: HRESULT ConfigureAxesWithRate( |
- AxesName
- The name of an axes in the Vector Geometry Tool
- SourceName
- The instance identifier that owns the AxesName
- RefAxesName
- The name of an axes in the Vector Geometry Tool
- RefAxesSourceName
- The instance identifier that owns the RefAxesName
An interface to an Axes from the Vector Geometry Tool
The computational methods of the returned interface compute the quaternion and angular velocity relating the rotation between AxesName and RefAxesName, as observed when rotating with the reference axes.