STK AstrogatorSend comments on this topic.
VelocityMagnitude Property (IAgVAElementSpherical)
See Also
Windows





Windows & Linux

Description

Gets or sets the magnitude of the velocity vector. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VelocityMagnitude() As Double
[C#]
public double VelocityMagnitude {get; set;}
[Managed C++]
public: __property double get_VelocityMagnitude();
public: __property void set_VelocityMagnitude( double );
[Unmanaged C++]
public: HRESULT get_VelocityMagnitude(
    double * pVal
);
public: HRESULT put_VelocityMagnitude(
    double newVal
);
[Java]
public double getVelocityMagnitude();
public void setVelocityMagnitude(
    double
);
[Python - STK API ]
@property
def VelocityMagnitude(self) -> float:

@VelocityMagnitude.setter
def VelocityMagnitude(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.