Gets the power back off transfer function table.
Read-only property
[Visual Basic .NET] |
---|
Public Property PowerBackOffTransferFunctionTable() As IAgTransferFunctionInputBackOffOutputBackOffTable |
[C#] |
---|
public IAgTransferFunctionInputBackOffOutputBackOffTable PowerBackOffTransferFunctionTable {get;} |
[Managed C++] |
---|
public: __property IAgTransferFunctionInputBackOffOutputBackOffTable ^ get_PowerBackOffTransferFunctionTable(); |
[Unmanaged C++] |
---|
public: HRESULT get_PowerBackOffTransferFunctionTable( IAgTransferFunctionInputBackOffOutputBackOffTable ** ppRetVal ); |
[Java] |
---|
public IAgTransferFunctionInputBackOffOutputBackOffTable getPowerBackOffTransferFunctionTable(); |
[Python - STK API ] |
---|
@property def PowerBackOffTransferFunctionTable(self) -> "IAgTransferFunctionInputBackOffOutputBackOffTable": |