AGI AgRadarPlugin 11Send comments on this topic.
SetVelocityCBF Method (IAgStkRadarClutterPatch)
See Also 
x
X component of the VelocityCBF vector in m/s
y
Y component of the VelocityCBF vector in m/s
z
Z component of the VelocityCBF vector in m/s
Windows






Windows & Linux

Description

Sets the patch velocity in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub SetVelocityCBF( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
[C#]
public void SetVelocityCBF(
   double x,
   double y,
   double z
);
[Managed C++]
public: void SetVelocityCBF(
   double x,
   double y,
   double z
);
[Java]
public  setVelocityCBF(
   double x,
   double y,
   double z
);
[Unmanaged C++]
public: HRESULT SetVelocityCBF(
   double x,
   double y,
   double z
);

Parameters

x
X component of the VelocityCBF vector in m/s
y
Y component of the VelocityCBF vector in m/s
z
Z component of the VelocityCBF vector in m/s

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.