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


ITMSUtilPage.Notification Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITMSUtilPage.Notification Method

Method Notification.

[Visual Basic .NET]
Public Sub Notification ( _
    ByVal pStatusMsg As IStatusMessage _
)
[C#]
public void Notification (
    IStatusMessage pStatusMsg
);
[C++]
HRESULT Notification(
  IStatusMessage* pStatusMsg
);
[C++]

Parameters pStatusMsg
pStatusMsg is a parameter of type IStatusMessage

Product Availability

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

See Also

ITMSUtilPage Interface