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





Windows & Linux

Description

The magnitude of the satellite position vector. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Range() As Double
[C#]
public double Range {get; set;}
[Managed C++]
public: __property double get_Range();
public: __property void set_Range( double );
[Unmanaged C++]
public: HRESULT get_Range(
    double * pVal
);
public: HRESULT put_Range(
    double newVal
);
[Java]
public double getRange();
public void setRange(
    double
);
[Python - STK API ]
@property
def Range(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.