STK ObjectsSend comments on this topic.
Message Property (IAgDrResult)
See Also
Windows





Windows & Linux

Description

Returns the message returned with the result.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Message() As IAgDrTextMessage
[C#]
public IAgDrTextMessage Message {get;}
[Managed C++]
public: __property IAgDrTextMessage ^ get_Message();
[Unmanaged C++]
public: HRESULT get_Message(
    IAgDrTextMessage ** ppRetVal
);
[Java]
public IAgDrTextMessage getMessage();
[Python - STK API ]
@property
def Message(self) -> "IAgDrTextMessage":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.