AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.