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






Windows & Linux

Description

Gets or sets the maximum value.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumValue();
public: __property void set_MaximumValue(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumValue(
double * pRetVal
);
public: HRESULT put_MaximumValue(
double NewMaximumValue
);

[Java]
public double getMaximumValue();public void setMaximumValue(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface