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


ITiePoint.PointID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.PointID Property
ArcGIS Developer Help

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(
  System.Int32* 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