ArcObjects Library Reference  (System)    

IMessage.Result Property

HRESULT of the Message.

[Visual Basic 6.0]
Property Result As Long
[Visual Basic .NET]
Public ReadOnly Property Result As Integer
[C#]
public int Result {get;}
[Java]
public int getResult()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Result(
  long* hresult
);
[C++]

Parameters

hresult [out, retval]

  hresult is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMessage Interface