Creates an IAgCrdnConfiguredVector object from the given inputs.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConfiguredVector ConfigureVector( string VectorName, string SourceName, string RefAxesName, string RefAxesSourceName ); |
| [Managed C++] |
|---|
public: IAgCrdnConfiguredVector^ ConfigureVector( String __gc ^ VectorName, String __gc ^ SourceName, String __gc ^ RefAxesName, String __gc ^ RefAxesSourceName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConfiguredVector configureVector( String VectorName, String SourceName, String RefAxesName, String RefAxesSourceName ); |
- VectorName
- The name of a vector in the Vector Geometry Tool
- SourceName
- The instance identifier that owns the VectorName
- RefAxesName
- The name of an axes in the Vector Geometry Tool
- RefAxesSourceName
- The instance identifier that owns the RefAxesName
An interface to a Vector from the Vector Geometry Tool
The computational methods of the returned interface compute the vector in components given by the RefAxesName axes.





