This document is archived and information here might be outdated. Recommended version. |
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