ArcObjects Library Reference (DataSourcesRaster)  

IImageMatchPoints.FromImageID Property

The match points' From image ID.

ERROR: Syntax information about IImageMatchPoints.FromImageID may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_FromImageID(
  long* 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