ArcObjects Component Help  (Core)    

DisplacementLinkElement CoClass

The Graphic Element to display adjustment links.

Interfaces

Interfaces Description
IBoundsProperties Provides access to members that control Bounds Properties.
IClone Provides access to members that control cloning of objects.
IDisplacementLinkElement Provides access to members that control the displacement link element.
IElement Provides access to members that control the Element.
IElementEditVertices Provides access to members that control the Element edit vertices object.
IElementProperties Provides access to members that control the Element Properties.
IElementProperties2 Provides access to members that control More Element Properties.
IGraphicElement Provides access to members that control the Graphic Element object.
ILineElement Provides access to members that control the Line element.
IPersistStream
IPropertySupport Provides access to members that set a default property on an object.
ITransform2D Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.).

Remarks

The DisplacementLinkElement object is used by the Spatial Adjustment tools to adjust data. It is a two point polyline graphic element who's source and destination coordinates are used as control points in the various adjustment methods (transformation, rubber sheering and edgematching).

The example shows how to programmatically create displacement links.

See Also

ITransformationMethod Interface

Example

DisplacementLinkElement Example