The graphic's fifteen character symbol ID.
[Visual Basic .NET] Public Property MessageString As String
[C#] public string MessageString {get; set;}
[C++]
HRESULT get_MessageString(
BSTR* MessageString
);
[C++]
HRESULT put_MessageString(
BSTR MessageString
);
[C++]Parameters
MessageString [out, retval] MessageString is a parameter of type BSTR MessageString [in] MessageString is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.