STK AgCrdnPluginSend comments on this topic.
ConfigureVectorWithRate 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.
Windows





Windows & Linux

Description

Creates an IAgCrdnConfiguredVectorWithRate object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureVectorWithRate( _
    ByVal VectorName As String, _
    ByVal SourceName As String, _
    ByVal RefAxesName As String, _
    ByVal RefAxesSourceName As String _
) As IAgCrdnConfiguredVectorWithRate
[C#]
public IAgCrdnConfiguredVectorWithRate ConfigureVectorWithRate(
    string VectorName,
    string SourceName,
    string RefAxesName,
    string RefAxesSourceName
);
[Managed C++]
public: IAgCrdnConfiguredVectorWithRate^ ConfigureVectorWithRate(
    String __gc ^ VectorName,
    String __gc ^ SourceName,
    String __gc ^ RefAxesName,
    String __gc ^ RefAxesSourceName
);
[Unmanaged C++]
public: HRESULT ConfigureVectorWithRate(
    BSTR VectorName,
    BSTR SourceName,
    BSTR RefAxesName,
    BSTR RefAxesSourceName,
    IAgCrdnConfiguredVectorWithRate ** ppVector
);
[Java]
public IAgCrdnConfiguredVectorWithRate configureVectorWithRate(
    String VectorName,
    String SourceName,
    String RefAxesName,
    String RefAxesSourceName
);

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 and its derivative with respect to the RefAxesName, as observed when rotating with the reference axes.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.