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


ICadastralFabricSelection.ClearControlPointsInJobList Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICadastralFabricSelection.ClearControlPointsInJobList Method

Clear Control points currently selected for cadastral job list.

[Visual Basic .NET]
Public Sub ClearControlPointsInJobList ( _
)
[C#]
public void ClearControlPointsInJobList (
);
[C++]
HRESULT ClearControlPointsInJobList(
void
);

Product Availability

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

Remarks

Clear Control points currently selected for cadastral job list.

The ClearControlPointsInJobList method will clear the selection of control points that are designated for the current cadastral job.

[C++]

See Also

ICadastralFabricSelection Interface