This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > IControlPointsManager2 Interface > IControlPointsManager2.UpdateActiveStatusByName Method (ArcObjects .NET 10.4 SDK) |
Update the active state of selected control points specified by name.
[Visual Basic .NET] Public Sub UpdateActiveStatusByName ( _ ByVal pControlNames As IEnumBSTR, _ ByVal active As Boolean _ )
[C#] public void UpdateActiveStatusByName ( IEnumBSTR pControlNames, bool active );