Creates an IAgCrdnConfiguredVector object from the given inputs.
[Visual Basic .NET] |
---|
Public Function ConfigureVector( _ ByVal VectorName As String, _ ByVal SourceName As String, _ ByVal RefAxesName As String, _ ByVal RefAxesSourceName As String _ ) As AgCrdnConfiguredVector |
[C#] |
---|
public AgCrdnConfiguredVector ConfigureVector( |
[Managed C++] |
---|
public: AgCrdnConfiguredVector^ ConfigureVector( |
[Java] |
---|
public AgCrdnConfiguredVector configureVector( |
[Unmanaged C++] |
---|
public: HRESULT ConfigureVector( |
- 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.