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


ITiePointCollection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointCollection Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement ITiePointCollection

Classes Description
TiePointCollection The Image Tie point collection class.