AGI STK Objects 11 Send comments on this topic.
PowerBackOffTransferFunctionType Property (IAgReTransmitterModel)
See Also 





Description

Gets or sets the power back off transfer function type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerBackOffTransferFunctionType() As AgETransferFunctionType

[C#]
public AgETransferFunctionType PowerBackOffTransferFunctionType {get; set;}

[Managed C++]
public: __property AgETransferFunctionType get_PowerBackOffTransferFunctionType();
public: __property void set_PowerBackOffTransferFunctionType(
AgETransferFunctionType
);

[Unmanaged C++]
public: HRESULT get_PowerBackOffTransferFunctionType(
AgETransferFunctionType * pRetVal
);
public: HRESULT put_PowerBackOffTransferFunctionType(
AgETransferFunctionType NewPowerBackOffTransferFunctionType
);

[Java]
public AgETransferFunctionType getPowerBackOffTransferFunctionType();public void setPowerBackOffTransferFunctionType(
AgETransferFunctionType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1