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





Windows & Linux

Description

Gets or sets the message extrapolation type.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.