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