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






Windows & Linux

Description

Gets or sets the power.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Power() As Double
[C#]
public double Power {get; set;}
[Managed C++]
public: __property double get_Power();
public: __property void set_Power(
   double
);
[Unmanaged C++]
public: HRESULT get_Power(
   double * pRetVal
);
public: HRESULT put_Power(
   double NewPower
);
[Java]
public double getPower();public void setPower(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.