ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicFactory.EncodeMessageString Method

Combines a message string structure into a symbol ID string.

[Visual Basic .NET]
Public Function EncodeMessageString ( _
    ByRef eMST As moleMessageStringType _
) As String
[C#]
public string EncodeMessageString (
    ref moleMessageStringType eMST
);
[C++]
HRESULT EncodeMessageString(
  tagmoleMessageStringType* eMST,
  BSTR* pMessageString
);
[C++]

Parameters

eMST [in, out]

  eMST is a parameter of type tagmoleMessageStringType

pMessageString [out, retval]   pMessageString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicFactory Interface