STK AviatorSend comments on this topic.
MessageTime Property (IAgAvtrADDSMessage)
See Also
Windows





Windows & Linux

Description

Get the message time for the ADDS message.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MessageTime() As System.Object
[C#]
public System.Object MessageTime {get;}
[Managed C++]
public: __property VARIANT get_MessageTime();
[Unmanaged C++]
public: HRESULT get_MessageTime(
    VARIANT * pVal
);
[Java]
public AgVariant getMessageTime();
[Python - STK API ]
@property
def MessageTime(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.