AGI STK Objects 11 Send comments on this topic.
FunctionPower Property (IAgAntennaModelApertureCircularSincRealPower)
See Also 





Description

Gets or sets the function power.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_FunctionPower();
public: __property void set_FunctionPower(
double
);

[Unmanaged C++]
public: HRESULT get_FunctionPower(
double * pRetVal
);
public: HRESULT put_FunctionPower(
double NewFunctionPower
);

[Java]
public double getFunctionPower();public void setFunctionPower(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1