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.