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


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

IVertexAttribute.TransferAttributes Method

For each vertex on this geometry, assign the attributes found at the point an equal fraction of the distance along the source geometry (the point need not be an explicit vertex).

[Visual Basic .NET]
Public Sub TransferAttributes ( _
    ByVal srcCurve As ICurve _
)
[C#]
public void TransferAttributes (
    ICurve srcCurve
);
[C++]
HRESULT TransferAttributes(
  ICurve* srcCurve
);
[C++]
Parameters
srcCurve 

srcCurve is a parameter of type ICurve*

Product Availability

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

See Also

IVertexAttribute Interface