AGI STK Objects 11 Send comments on this topic.
StopRange Property (IAgRadarStcAttenuationDecayFactor)
See Also 
Windows






Windows & Linux

Description

Gets or sets the stop range.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopRange() As Double

[C#]
public double StopRange {get; set;}

[Managed C++]
public: __property double get_StopRange();
public: __property void set_StopRange(
double
);

[Unmanaged C++]
public: HRESULT get_StopRange(
double * pRetVal
);
public: HRESULT put_StopRange(
double NewStopRange
);

[Java]
public double getStopRange();public void setStopRange(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface