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