STK AstrogatorSend comments on this topic.
FixedVelocity Property (IAgVABurnoutVelocity)
See Also
Windows





Windows & Linux

Description

Gets or sets the velocity magnitude . Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedVelocity() As Double
[C#]
public double FixedVelocity {get; set;}
[Managed C++]
public: __property double get_FixedVelocity();
public: __property void set_FixedVelocity( double );
[Unmanaged C++]
public: HRESULT get_FixedVelocity(
    double * pVal
);
public: HRESULT put_FixedVelocity(
    double newVal
);
[Java]
public double getFixedVelocity();
public void setFixedVelocity(
    double
);
[Python - STK API ]
@property
def FixedVelocity(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.