IPolyLine3D Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IPolyLine3D members.

Public Methods

 NameDescription
 MethodAddVertexAfterAdds a vertex to the 3D PolyLine.  
 MethodCreateExtensionDictionaryCreates a dictionary for the 3D PolyLine.  
 MethodDecurveReverts the 3D PolyLine curve, created by IPolyLine3D::Spline, to its original vertices.  
 MethodDeleteCustomDataDeletes the specified custom data from the 3D PolyLine.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the 3D PolyLine.  
 MethodEvaluateAtDistanceGets the point on the 3D PolyLine that is closest to the specified distance from the start point. Also gets the corresponding U parameter and the first and second derivatives at that point.  
 MethodEvaluateAtParameterGets the point on the 3D PolyLine that corresponds to the specified U parameter. Also gets the first and second derivatives at the point and the distance of the point from the start point.  
 MethodEvaluateAtPointGets the corresponding U parameter, the distance from the start point, and the first and second derivatives at the specified point on the 3D PolyLine.  
 MethodGetBoundingBoxGets the bounding box enclosing the 3D PolyLine.  
 MethodGetClosestPointOnGets the point on the 3D PolyLine that is closest to the specified point.  
 MethodGetCustomDataGets the specified custom data for the 3D PolyLine.  
 MethodGetEndParamsGets the start and end parameters of the 3D PolyLine.  
 MethodGetExtensionDictionaryGets the dictionary for the 3D PolyLine.  
 MethodGetHyperLinkGets the hyperlink attached to the 3D PolyLine.  
 MethodGetLengthGets the length of the 3D PolyLine.  
 MethodGetVertexCoordinateGets the coordinates of the specified vertex of the 3D PolyLine.  
 MethodGetVerticesCountGets the number of vertices in the 3D PolyLine.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the 3D PolyLine, if the dictionary exists and is empty.  
 MethodRemoveVertexRemoves the specified vertex from this 3D PolyLine.  
 MethodSelectAdds or removes the selected 3D PolyLine to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the 3D PolyLine.  
 MethodSetHyperLinkAttaches a hyperlink to the 3D PolyLine.  
 MethodSetVertexCoordinateSets the coordinates of the specified vertex of this 3D PolyLine.  
 MethodSplineTurns the 3D PolyLine into a curve using the vertices as control points.  
 MethodSplitSplits the 3D PolyLine at the specified vertex and creates a new 3D PolyLine.  
 MethodStraightenStraightens the 3D PolyLine between the specified vertices.  
Top

See Also