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


INALayerEvents.OnNAContextAttached Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INALayerEvents.OnNAContextAttached Event

Called after a different network analysis context is attached to the analysis layer.

[Visual Basic .NET]
Public Event OnNAContextAttached As OnNAContextAttachedEventHandler
[C#]
public event OnNAContextAttachedEventHandler OnNAContextAttached
[C++]
HRESULT OnNAContextAttached(
  INALayer* NALayer
);
[C++]

Parameters NALayer [in]
NALayer is a parameter of type INALayer

Product Availability

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

See Also

INALayerEvents Interface