STK AgRadarPluginSend comments on this topic.
SetPositionCBF Method (IAgStkRadarClutterPatch)
See Also
x
X component of the PositionCBF vector in meters.
y
Y component of the PositionCBF vector in meters.
z
Z component of the PositionCBF vector in meters.
Windows





Windows & Linux

Description

Sets the patch position in the central body fixed frame.

Syntax

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

Parameters

x
X component of the PositionCBF vector in meters.
y
Y component of the PositionCBF vector in meters.
z
Z component of the PositionCBF vector in meters.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.