This document is archived and information here might be outdated. Recommended version. |
Scale all vertex attribute values of this type by the specified factor.
[Visual Basic .NET] Public Sub MultiplyVertexAttributes ( _ ByVal attributeType As esriGeometryAttributes, _ ByVal factor As Double _ )
[C#] public void MultiplyVertexAttributes ( esriGeometryAttributes attributeType, double factor );
[C++]
HRESULT MultiplyVertexAttributes(
esriGeometryAttributes attributeType,
double factor
);
[C++] Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes factor
factor is a parameter of type double