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


ITiePointCollection Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITiePointCollection Interface

Provides access to members that control an image tie point collection.

Product Availability

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

Members

Description
Method Add Adds an image tie point.
Method Append Appends an image tie point.
Read-only property Count The image tie point count.
Method Insert Inserts an image tie point after the specified position.
Read-only property Point The image tie point at the specified position.
Method Remove Removes the image tie point at the specified position.
Method RemoveAll Removes all image tie points.
Method Replace Replaces an image tie point at the specified position.

CoClasses that implement ITiePointCollection

CoClasses and Classes Description
TiePointCollection The Image Tie point collection class.