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





Description

Creates an IAgCrdnConfiguredVector object from the given inputs.

Syntax

[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(
string VectorName,
string SourceName,
string RefAxesName,
string RefAxesSourceName
);

[Managed C++]
public: AgCrdnConfiguredVector^ ConfigureVector(
String __gc ^ VectorName,
String __gc ^ SourceName,
String __gc ^ RefAxesName,
String __gc ^ RefAxesSourceName
);

[Java]
public AgCrdnConfiguredVector configureVector(
String VectorName,
String SourceName,
String RefAxesName,
String RefAxesSourceName
);

[Unmanaged C++]
public: HRESULT ConfigureVector(
BSTR VectorName,
BSTR SourceName,
BSTR RefAxesName,
BSTR RefAxesSourceName,
AgCrdnConfiguredVector ** ReturnValue
);

Parameters

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

Return Type

An interface to a Vector from the Vector Geometry Tool

Remarks

The computational methods of the returned interface compute the vector in components given by the RefAxesName axes.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1