STK AviatorSend comments on this topic.
MsgInterpolationType Property (IAgAvtrWindModelADDS)
See Also
Windows





Windows & Linux

Description

Gets or sets the message interpolation type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MsgInterpolationType() As AgEAvtrADDSMsgInterpType
[C#]
public AgEAvtrADDSMsgInterpType MsgInterpolationType {get; set;}
[Managed C++]
public: __property AgEAvtrADDSMsgInterpType get_MsgInterpolationType();
public: __property void set_MsgInterpolationType( AgEAvtrADDSMsgInterpType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.