AGI STK Objects 11Send comments on this topic.
StopRange Property (IAgRadarStcAttenuationDecaySlope)
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

© 2019 Analytical Graphics, Inc. All Rights Reserved.