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


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

IImageFeaturePoints.ImageID Property

The feature points' image ID.

[Visual Basic .NET]
Public Property ImageID As Integer
[C#]
public int ImageID {get; set;}
[C++]
HRESULT get_ImageID(
  System.Int32* pImageID
);
[C++]
HRESULT put_ImageID(
  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

IImageFeaturePoints Interface