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++] |
|---|
|
| [Java] |
|---|
public AgEAvtrADDSMsgInterpType getMsgInterpolationType(); public void setMsgInterpolationType( AgEAvtrADDSMsgInterpType ); |
[Python - STK API ] |
|---|
@property def MsgInterpolationType(self) -> "AgEAvtrADDSMsgInterpType": @MsgInterpolationType.setter def MsgInterpolationType(self, newVal:"AgEAvtrADDSMsgInterpType") -> None: |






