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





Windows & Linux

Description

Retrieves the message when a point or region is selected.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.