JoinLine Method (IPolyLine) Send Feedback
See Also 
Success[out]
True if the Line joins the 2D PolyLine, false if not
Line
Line
Joins the specified line with this 2D PolyLine.

Syntax

Visual Basic 
Function JoinLine( _
   ByVal Line As Line _
) As System.Boolean
C# 
System.bool JoinLine( 
   Line Line
)
JavaScript 
JoinLine( 
   Line : dsLine
) : Boolean
COM native C++ 
HRESULT JoinLine( 
   ILine* Line,
   VARIANT_BOOL* Success
) 
C++ 
DSRESULT JoinLine( 
   dsLine* Line,
   bool* Success
) 

Parameters

Line
Line
Success[out] or Return Value
True if the Line joins the 2D PolyLine, false if not
 

See Also

Availability

DraftSight V1R1.1