This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute2 Interface > IVertexAttribute2.ReplaceVertexAttributes Method (ArcObjects .NET 10.4 SDK) |
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