This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.Put_ID Method (ArcObjects .NET 10.4 SDK) |
Sets the ID attribute of the current vertex. For segment-based geometries, this will modify a pair of segments.
[Visual Basic .NET] Public Sub put_ID ( _ ByVal pointID As Integer _ )
[C#] public void put_ID ( int pointID );
[C++]
HRESULT put_ID(
long pointID
);
[C++]
Parameters pointID pointID is a parameter of type long
Sets the PointID attribute of the current enumerated vertex.