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


IControlPointsManager2.UpdateActiveStatusByName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > IControlPointsManager2 Interface > IControlPointsManager2.UpdateActiveStatusByName Method
ArcGIS Developer Help

IControlPointsManager2.UpdateActiveStatusByName Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IControlPointsManager2 Interface