This document is archived and information here might be outdated.  Recommended version.


ICommandMessage.MessageType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICommandMessage Interface > ICommandMessage.MessageType Property
ArcGIS Developer Help

ICommandMessage.MessageType Property

Indicates type of command message.

[Visual Basic .NET]
Public ReadOnly Property MessageType As enumMessageType
[C#]
public enumMessageType MessageType {get;}
[C++]
HRESULT get_MessageType(
  enumMessageType* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumMessageType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ICommandMessage Interface