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





Windows & Linux

Description

Sets an error message when not valid

Property type

Write-only property

Syntax

[Visual Basic .NET]
Public Property Message() As String
[C#]
public string Message {set;}
[Managed C++]
public: __property void set_Message(
    String __gc ^
);
[Unmanaged C++]
public: HRESULT put_Message(
    BSTR ErrorMsg
);
[Java]
public void setMessage(
    String
);

Parameters

ErrorMsg

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.