This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters NALayer [in]
NALayer is a parameter of type INALayer*
UpdateLayer updates the existing renderer such as when a service area solver is run again with a different set of breaks.