This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.PointID Property (ArcObjects .NET 10.4 SDK) |
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