This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASymbolizer Interface > INASymbolizer.UpdateLayer Method (ArcObjects .NET 10.4 SDK) |
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
UpdateLayer updates the existing renderer such as when a service area solver is run again with a different set of breaks.