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


ICadastralJob.AddControlPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralJob.AddControlPoint Method

Adds a control point to the job.

[Visual Basic .NET]
Public Sub AddControlPoint ( _
    ByVal PointID As Integer _
)
[C#]
public void AddControlPoint (
    int PointID
);
[C++]
HRESULT AddControlPoint(
  long PointID
);
[C++]

Parameters PointID [in] PointID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Add a control point to the job.

Use the AddControlPoint method to add a control point to the cadastral job. Call the ICadastralFabric::UpdateJob method to store the changes.

[C++]

See Also

ICadastralJob Interface