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


ICadastralJob.RemoveControlPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.RemoveControlPoint Method
ArcGIS Developer Help

ICadastralJob.RemoveControlPoint Method

Removes a control point from the job.

[Visual Basic .NET]
Public Sub RemoveControlPoint ( _
    ByVal PointID As Integer _
)
[C#]
public void RemoveControlPoint (
    int PointID
);
[C++]
HRESULT RemoveControlPoint(
  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

Remove a control point from the job.

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

[C++]

HRESULT RemoveControlPoint(

long pointID

);

See Also

ICadastralJob Interface