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


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

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