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
attributeTypeattributeType 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.