ArcObjects Library Reference (DefenseSolutions)  

IFEGraphic.MessageString Property

The graphic's fifteen character symbol ID, parsed out into the MOLE message string structure.

[Visual Basic .NET]
Public Property MessageString As moleMessageStringType
[C#]
public moleMessageStringType MessageString {get; set;}
[C++]
HRESULT get_MessageString(
  tagmoleMessageStringType* pMessageString
);
[C++]
HRESULT put_MessageString(
  tagmoleMessageStringType* pMessageString
);
[C++]

Parameters

pMessageString [out, retval]

  pMessageString is a parameter of type tagmoleMessageStringType

pMessageString [in, out]

  pMessageString is a parameter of type tagmoleMessageStringType

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphic Interface