ArcObjects Library Reference (DataSourcesRaster)  

IImageMatchPoint.To Property

The To feature point.

[Visual Basic .NET]
Public Property To As IImageFeaturePoint
[C#]
public IImageFeaturePoint To {get; set;}
[C++]
HRESULT get_To(
  IImageFeaturePoint** ppTo
);
[C++]
HRESULT putref_To(
  IImageFeaturePoint* ppTo
);
[C++]

Parameters

ppTo [out, retval]

  ppTo is a parameter of type IImageFeaturePoint

ppTo [in]

  ppTo is a parameter of type IImageFeaturePoint

Product Availability

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

See Also

IImageMatchPoint Interface