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