Gets or sets the message extrapolation type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property MsgExtrapolationType() As AgEAvtrADDSMsgExtrapType |
| [C#] |
|---|
public AgEAvtrADDSMsgExtrapType MsgExtrapolationType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrADDSMsgExtrapType get_MsgExtrapolationType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrADDSMsgExtrapType getMsgExtrapolationType(); public void setMsgExtrapolationType( AgEAvtrADDSMsgExtrapType ); |
[Python - STK API ] |
|---|
@property def MsgExtrapolationType(self) -> "AgEAvtrADDSMsgExtrapType": @MsgExtrapolationType.setter def MsgExtrapolationType(self, newVal:"AgEAvtrADDSMsgExtrapType") -> None: |






