This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageMatchPoints Interface > IImageMatchPoints.ToImageID Property (ArcObjects .NET 10.4 SDK) |
The match points' To image ID.
[Visual Basic .NET] Public Property ToImageID As Integer
[C#] public int ToImageID {get; set;}
[C++]
HRESULT get_ToImageID(
long* pImageID
);
[C++]
HRESULT put_ToImageID(
long pImageID
);
[C++]
Parameters pImageID [out, retval] pImageID is a parameter of type long pImageID [in] pImageID is a parameter of type long