ArcObjects Library Reference (DataSourcesRaster)  

ITiePoint.PointID Property

The tie point ID.

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

[C++]
HRESULT get_PointID(
  long* pPointID
);
[C++]
HRESULT put_PointID(
  long pPointID
);
[C++]

Parameters

pPointID [out, retval]   pPointID is a parameter of type long pPointID [in]   pPointID is a parameter of type long

Product Availability

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

See Also

ITiePoint Interface