STK AgAsPluginSend comments on this topic.
Message Property (IAgAsEphemFileReaderPluginResultEphem)
See Also
Windows





Windows & Linux

Description

Gets or sets an error message when not valid

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Message() As String
[C#]
public string Message {get; set;}
[Managed C++]
public: __property String __gc ^ get_Message();
public: __property void set_Message( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Message(
    BSTR * pErrorMsg
);
public: HRESULT put_Message(
    BSTR ErrorMsg
);
[Java]
public String getMessage();
public void setMessage(
    String
);
[Python - STK API ]
@property
def Message(self) -> str:

@Message.setter
def Message(self, ErrorMsg:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.