STK AstrogatorSend comments on this topic.
RangeRate Property (IAgVAElementSphericalRangeRate)
See Also
Windows





Windows & Linux

Description

The rate of change of the range. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeRate() As Double
[C#]
public double RangeRate {get; set;}
[Managed C++]
public: __property double get_RangeRate();
public: __property void set_RangeRate( double );
[Unmanaged C++]
public: HRESULT get_RangeRate(
    double * pVal
);
public: HRESULT put_RangeRate(
    double newVal
);
[Java]
public double getRangeRate();
public void setRangeRate(
    double
);
[Python - STK API ]
@property
def RangeRate(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.