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


IControlPointsManager2.GetUpdatingControlPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IControlPointsManager2.GetUpdatingControlPoint Method

Control Point by name that needs to be updated.

[Visual Basic .NET]
Public Function GetUpdatingControlPoint ( _
    ByVal Id As Integer _
) As IGSControlPoint
[C#]
public IGSControlPoint GetUpdatingControlPoint (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

IControlPointsManager2 Interface