ArcObjects Library Reference (NetworkAnalyst)  

INALayerEvents.OnInUseByBackgroundChanged Event

Called after the in use by background status of the analysis layer is modified.

[Visual Basic .NET]
Public Event OnInUseByBackgroundChanged As OnInUseByBackgroundChangedEventHandler
[C#]
public event OnInUseByBackgroundChangedEventHandler OnInUseByBackgroundChanged
[C++]
HRESULT OnInUseByBackgroundChanged(
  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