STK ObjectsSend comments on this topic.
MediumRangeLimit Property (IAgRadarMultifunctionWaveformStrategySettings)
See Also
Windows





Windows & Linux

Description

Gets or sets the medium range limit value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MediumRangeLimit() As Double
[C#]
public double MediumRangeLimit {get; set;}
[Managed C++]
public: __property double get_MediumRangeLimit();
public: __property void set_MediumRangeLimit( double );
[Unmanaged C++]
public: HRESULT get_MediumRangeLimit(
    double * pVal
);
public: HRESULT put_MediumRangeLimit(
    double val
);
[Java]
public double getMediumRangeLimit();
public void setMediumRangeLimit(
    double
);
[Python - STK API ]
@property
def MediumRangeLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.