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


IVertexAttribute.MultiplyVertexAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IVertexAttribute.MultiplyVertexAttributes Method

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

Product Availability

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

See Also

IVertexAttribute Interface