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


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

IImageMatchPoints.FromImageID Property

The match points' From image ID.

[Visual Basic .NET]
Public Property FromImageID As Integer
[C#]
public int FromImageID {get; set;}
[C++]
HRESULT get_FromImageID(
  System.Int32* pImageID
);
[C++]
HRESULT put_FromImageID(
  long pImageID
);
[C++]
Parameters
pImageID [out, retval]

pImageID is a parameter of type long* pImageID [in]
pImageID is a parameter of type long

Product Availability

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

See Also

IImageMatchPoints Interface