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


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

IImageMatchPoints Interface

Provides access to the properties of a list of image match points.

Product Availability

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

Members

Name Description
Method Add Adds a image match point.
Read-only property Count The image match point count.
Read-only property Element The image match point at the specified position.
Read/write property FromImageID The match points' From image ID.
Method Insert Adds a image match point at the specified position.
Method Remove Removes the image match point at the specified position.
Method RemoveAll Removes all image match points.
Read/write property ToImageID The match points' To image ID.

Classes that implement IImageMatchPoints

Classes Description
ImageMatchPoints The Image Match Point collection class.