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


IImageMatchPoint.From Property (ArcObjects .NET 10.4 SDK)
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