JoinPolyLine Method (IPolyLine) Send Feedback
See Also 
Success[out]
True if the specified 2D PolyLine is joined to this 2D PolyLine, false if not
PolyLine
2D PolyLine
Joins the specified 2D PolyLine with this 2D PolyLine.

Syntax

Visual Basic 
Function JoinPolyLine( _
   ByVal PolyLine As PolyLine _
) As System.Boolean
C# 
System.bool JoinPolyLine( 
   PolyLine PolyLine
)
JavaScript 
JoinPolyLine( 
   PolyLine : dsPolyLine
) : Boolean
COM native C++ 
HRESULT JoinPolyLine( 
   IPolyLine* PolyLine,
   VARIANT_BOOL* Success
) 
C++ 
DSRESULT JoinPolyLine( 
   dsPolyLine* PolyLine,
   bool* Success
) 

Parameters

PolyLine
2D PolyLine
Success[out] or Return Value
True if the specified 2D PolyLine is joined to this 2D PolyLine, false if not
 

See Also

Availability

DraftSight V1R1.1