AGI AgCrdnPlugin 11 Send comments on this topic.
ConfigureAxes Method (IAgCrdnPluginProvider)
See Also 
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

Description

Creates an IAgCrdnConfiguredAxes object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureAxes( _
   ByVal AxesName As String, _
   ByVal SourceName As String, _
   ByVal RefAxesName As String, _
   ByVal RefAxesSourceName As String _
) As AgCrdnConfiguredAxes

Parameters

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

Return Type

An interface to an Axes from the Vector Geometry Tool.

Remarks

The computational methods of the returned interface compute the quaternion relating the rotation between AxesName and RefAxesName.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.