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


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

IVertexAttribute.OffsetVertexAttributes Method

Offset all vertex attribute values of this type by the specified factor.

[Visual Basic .NET]
Public Sub OffsetVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal Offset As Double _
)
[C#]
public void OffsetVertexAttributes (
    esriGeometryAttributes attributeType,
    double Offset
);
[C++]
HRESULT OffsetVertexAttributes(
  esriGeometryAttributes attributeType,
  double Offset
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes Offset
Offset is a parameter of type double

Product Availability

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

See Also

IVertexAttribute Interface