AGI AgCrdnPlugin 11 Send comments on this topic.
SetVectorRateComponents Method (IAgCrdnVectorPluginResultEval)
See Also 
X
Y
Z





Description

Set the vector rate components in internal units.

Syntax

[Visual Basic .NET]
Public Sub SetVectorRateComponents( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double _
) 

[C#]
public void SetVectorRateComponents(
double X,
double Y,
double Z
);

[Managed C++]
public: void SetVectorRateComponents(
double X,
double Y,
double Z
);

[Java]
public  setVectorRateComponents(
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT SetVectorRateComponents(
double X,
double Y,
double Z
);

Parameters

X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1