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


IVertexAttribute.OffsetVertexAttributes 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.OffsetVertexAttributes Method
ArcGIS Developer Help

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