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


IVertexAttribute.MultiplyVertexAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute Interface > IVertexAttribute.MultiplyVertexAttributes Method
ArcGIS Developer Help

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