ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicFactory.DecodeMessageString Method

Breaks down a symbol ID string into a message string structure.

[Visual Basic .NET]
Public Function DecodeMessageString ( _
    ByVal MessageString As String _
) As moleMessageStringType
[C#]
public moleMessageStringType DecodeMessageString (
    string MessageString
);
[C++]
HRESULT DecodeMessageString(
  BSTR MessageString,
  tagmoleMessageStringType* peMST
);
[C++]

Parameters

MessageString [in]   MessageString is a parameter of type BSTR peMST [out, retval]

  peMST is a parameter of type tagmoleMessageStringType

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicFactory Interface