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






Windows & Linux

Description

Gets or sets the power.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxPowerLimit() As Double
[C#]
public double MaxPowerLimit {get; set;}
[Managed C++]
public: __property double get_MaxPowerLimit();
public: __property void set_MaxPowerLimit( double );
[Unmanaged C++]
public: HRESULT get_MaxPowerLimit(
    double * pVal
);
public: HRESULT put_MaxPowerLimit(
    double val
);
[Java]
public double getMaxPowerLimit();
public void setMaxPowerLimit(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.