This document is archived and information here might be outdated. Recommended version. |
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