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


INASymbolizer.UpdateLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASymbolizer.UpdateLayer Method

Updates an existing analysis layer.

[Visual Basic .NET]
Public Function UpdateLayer ( _
    ByVal NALayer As INALayer _
) As Boolean
[C#]
public bool UpdateLayer (
    INALayer NALayer
);
[C++]
HRESULT UpdateLayer(
  INALayer* NALayer,
  VARIANT_BOOL* updated
);
[C++]

Parameters NALayer [in]
NALayer is a parameter of type INALayer updated [out, retval] updated is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

UpdateLayer updates the existing renderer such as when a service area solver is run again with a different set of breaks.

See Also

INASymbolizer Interface