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


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

IControlPointsManager.AddControlPoint Method

Add a Control Point.

[Visual Basic .NET]
Public Sub AddControlPoint ( _
    ByVal ptID As Integer, _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double, _
    ByVal vbActive As Boolean, _
    ByVal Name As String _
)
[C#]
public void AddControlPoint (
    int ptID,
    double X,
    double Y,
    double Z,
    bool vbActive,
    string Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

IControlPointsManager Interface