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


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

IImageFeaturePoints Interface

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

Product Availability

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

Members

Name Description
Method Add Adds a image feature point.
Read/write property CellSize The cell size at which feature points are extracted.
Read-only property Count The image feature point count.
Read-only property Element The image feature point at the specified position.
Read/write property Extent The extent within which feature points are extracted.
Read/write property ImageID The feature points' image ID.
Method Insert Adds a image feature point at the specified position.
Method MapToPixel Converts a feature point's location from map (x, y) to pixel (colum, row).
Method PixelToMap Converts a feature point's location from pixel (colum, row) to map (x, y).
Method Project Projects image feature points to a given spatial reference.
Method Remove Removes the image feature point at the specified position.
Method RemoveAll Removes all image feature points.

Classes that implement IImageFeaturePoints

Classes Description
ImageFeaturePoints The Image Feature Point collection class.