ArcObjects Library Reference (DataSourcesRaster)  

IImageMatchPoint.From Property

The From feature point.

[Visual Basic .NET]
Public Property From As IImageFeaturePoint
[C#]
public IImageFeaturePoint From {get; set;}
[C++]
HRESULT get_From(
  IImageFeaturePoint** ppFrom
);
[C++]
HRESULT putref_From(
  IImageFeaturePoint* ppFrom
);
[C++]

Parameters

ppFrom [out, retval]

  ppFrom is a parameter of type IImageFeaturePoint

ppFrom [in]

  ppFrom is a parameter of type IImageFeaturePoint

Product Availability

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

See Also

IImageMatchPoint Interface