Gets or sets the message interpolation type.
Read-write property
[Visual Basic .NET] |
---|
Public Property MsgInterpolationType() As AgEAvtrADDSMsgInterpType |
[C#] |
---|
public AgEAvtrADDSMsgInterpType MsgInterpolationType {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrADDSMsgInterpType get_MsgInterpolationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MsgInterpolationType( AgEAvtrADDSMsgInterpType * pRetVal ); public: HRESULT put_MsgInterpolationType( AgEAvtrADDSMsgInterpType newVal ); |
[Java] |
---|
public AgEAvtrADDSMsgInterpType getMsgInterpolationType(); public void setMsgInterpolationType( AgEAvtrADDSMsgInterpType ); |
[Python - STK API ] |
---|
@property def MsgInterpolationType(self) -> "AgEAvtrADDSMsgInterpType": @MsgInterpolationType.setter def MsgInterpolationType(self, newVal:"AgEAvtrADDSMsgInterpType") -> None: |