Visual Basic | |
---|---|
Function JoinPolyLine( _ ByVal PolyLine As PolyLine _ ) As System.Boolean |
C# | |
---|---|
System.bool JoinPolyLine( PolyLine PolyLine ) |
JavaScript | |
---|---|
JoinPolyLine( PolyLine : dsPolyLine ) : Boolean |
Parameters
- PolyLine
- 2D PolyLine
- Success[out] or Return Value
- True if the specified 2D PolyLine is joined to this 2D PolyLine, false if not
DraftSight V1R1.1