ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphic.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* MessageString
);
[C++]
HRESULT put_MessageString(
  tagmoleMessageStringType* MessageString
);
[C++]

Parameters

MessageString [out, retval]

  MessageString is a parameter of type tagmoleMessageStringType

MessageString [in, out]

  MessageString is a parameter of type tagmoleMessageStringType

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphic Interface