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





Windows & Linux

Description

Gets or sets the short range limit value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShortRangeLimit() As Double
[C#]
public double ShortRangeLimit {get; set;}
[Managed C++]
public: __property double get_ShortRangeLimit();
public: __property void set_ShortRangeLimit( double );
[Unmanaged C++]
public: HRESULT get_ShortRangeLimit(
    double * pVal
);
public: HRESULT put_ShortRangeLimit(
    double val
);
[Java]
public double getShortRangeLimit();
public void setShortRangeLimit(
    double
);
[Python - STK API ]
@property
def ShortRangeLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.