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





Description

Gets or sets the function power.

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1