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


IControlPointContainer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IC > IControlPointContainer Interface
ArcGIS Developer Help

IControlPointContainer Interface

Provides access to members that maintain control points.

Product Availability

Available with ArcGIS Desktop.

Description

Control points represent known target coordinates for displacement links. For example street intersections or building corners locations that may have been captured using GPS or survey. The methods on this interface manipulate control points.

Members

Name Description
Method AddControlPoint Adds a control point.
Read-only property ControlPointCount Number of control points.
Method DeleteControlPoint Removes the specified control point.
Method GetControlPoint The control point at the specified index.

Classes that implement IControlPointContainer

Classes Description
Adjustment The Adjustment Tools Editor Extension.