STK ObjectsSend comments on this topic.
ReceiverRange Property (IAgFmUncertainties)
See Also
Windows





Windows & Linux

Description

Receiver range uncertainty value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReceiverRange() As Double
[C#]
public double ReceiverRange {get; set;}
[Managed C++]
public: __property double get_ReceiverRange();
public: __property void set_ReceiverRange( double );
[Unmanaged C++]
public: HRESULT get_ReceiverRange(
    double * pVal
);
public: HRESULT put_ReceiverRange(
    double ReceiverRange
);
[Java]
public double getReceiverRange();
public void setReceiverRange(
    double
);
[Python - STK API ]
@property
def ReceiverRange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.