![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Interpolates Z and M values at distanceAlongSegment and stores the results at point.
[Visual Basic .NET] Public Sub InterpolateVertexAttributes ( _ ByVal distanceAlongSegment As Double, _ ByVal asRatio As Boolean, _ ByVal atPoint As IPoint _ )
[C#] public void InterpolateVertexAttributes ( double distanceAlongSegment, bool asRatio, IPoint atPoint );
[C++]
HRESULT InterpolateVertexAttributes(
  double distanceAlongSegment,
  VARIANT_BOOL asRatio,
  IPoint* atPoint
);
[C++] Parameters distanceAlongSegment
distanceAlongSegment is a parameter of type double asRatio
asRatio is a parameter of type bool atPoint
atPoint is a parameter of type IPoint*