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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.