ArcObjects Library Reference (DataSourcesRaster)  

ITiePoint.PointID Property

The tie point ID.

[Visual Basic .NET]
Public Property PointID As Integer
[C#]
public int PointID {get; set;}
[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