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


IEnumVertex.Put_X Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.Put_X Method
ArcGIS Developer Help

IEnumVertex.Put_X Method

Sets the X coordinate of the current vertex. For segment-based geometries, this will modify a pair of segments.

[Visual Basic .NET]
Public Sub put_X ( _
    ByVal X As Double _
)
[C#]
public void put_X (
    double X
);
[C++]
HRESULT put_X(
  double X
);
[C++]
Parameters
X 

X is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Sets the X coordinate of the current enumerated vertex.

See Also

IEnumVertex Interface