STK ObjectsSend 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 * pVal
);
public: HRESULT put_PowerBackOffTransferFunctionType(
    AgETransferFunctionType val
);
[Java]
public AgETransferFunctionType getPowerBackOffTransferFunctionType();
public void setPowerBackOffTransferFunctionType(
    AgETransferFunctionType
);
[Python - STK API ]
@property
def PowerBackOffTransferFunctionType(self) -> "AgETransferFunctionType":

@PowerBackOffTransferFunctionType.setter
def PowerBackOffTransferFunctionType(self, val:"AgETransferFunctionType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.