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++] |
---|
public: HRESULT get_MsgExtrapolationType( AgEAvtrADDSMsgExtrapType * pRetVal ); public: HRESULT put_MsgExtrapolationType( AgEAvtrADDSMsgExtrapType newVal ); |
[Java] |
---|
public AgEAvtrADDSMsgExtrapType getMsgExtrapolationType(); public void setMsgExtrapolationType( AgEAvtrADDSMsgExtrapType ); |
[Python - STK API ] |
---|
@property def MsgExtrapolationType(self) -> "AgEAvtrADDSMsgExtrapType": @MsgExtrapolationType.setter def MsgExtrapolationType(self, newVal:"AgEAvtrADDSMsgExtrapType") -> None: |