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


IEnumVertex.Put_Attribute 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_Attribute Method
ArcGIS Developer Help

IEnumVertex.Put_Attribute Method

Sets attribute values at the current vertex.

[Visual Basic .NET]
Public Sub put_Attribute ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal Value As Double _
)
[C#]
public void put_Attribute (
    esriGeometryAttributes attributeType,
    double Value
);
[C++]
HRESULT put_Attribute(
  esriGeometryAttributes attributeType,
  double Value
);
[C++]
Parameters
attributeType 

attributeType is a parameter of type esriGeometryAttributes Value
Value is a parameter of type double

Product Availability

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

See Also

IEnumVertex Interface