AGI STK Objects 11 Send comments on this topic.
SaturatedPower Property (IAgReTransmitterModelMedium)
See Also 





Description

Gets or sets the saturated power.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_SaturatedPower();
public: __property void set_SaturatedPower(
double
);

[Unmanaged C++]
public: HRESULT get_SaturatedPower(
double * pRetVal
);
public: HRESULT put_SaturatedPower(
double NewSaturatedPower
);

[Java]
public double getSaturatedPower();public void setSaturatedPower(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1