ArcObjects Library Reference (TrackingAnalyst)  

ITxConnectorEvents.OnDisableMessages Method

Notification that a change has been made to dis-allow a message definition. Essentially this lets the parent object know that the data filtering has changed.

[Visual Basic .NET]
Public Sub OnDisableMessages ( _
)
[C#]
public void OnDisableMessages (
);
[C++]
HRESULT OnDisableMessages(
void
);

Product Availability

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

See Also

ITxConnectorEvents Interface