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


IVertexAttribute2.ReplaceVertexAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute2 Interface > IVertexAttribute2.ReplaceVertexAttributes Method
ArcGIS Developer Help

IVertexAttribute2.ReplaceVertexAttributes Method

Replace vertex attributes having the specified value with the new value.

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

attributeType is a parameter of type esriGeometryAttributes oldAtt
oldAtt is a parameter of type double newAtt
newAtt is a parameter of type double

Product Availability

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

See Also

IVertexAttribute2 Interface