AddLine Method (IRichLineStyle) Send Feedback
See Also 
Offset
Offset
LineColor
Color
StyleName
Name of the RichLineStyle where to add the line element
Adds a line element to a RichLineStyle.

Syntax

Visual Basic 
Sub AddLine( _
   ByVal Offset As System.Double, _
   ByVal LineColor As Color, _
   ByVal StyleName As System.String _
) 
C# 
void AddLine( 
   System.double Offset,
   Color LineColor,
   System.string StyleName
)
JavaScript 
AddLine( 
   Offset : Number,
   LineColor : dsColor,
   StyleName : String
)
COM native C++ 
HRESULT AddLine( 
   DOUBLE Offset,
   IColor* LineColor,
   BSTR StyleName
) 
C++ 
DSRESULT AddLine( 
   double Offset,
   dsColor* LineColor,
   const dsString& StyleName
) 

Parameters

Offset
Offset
LineColor
Color
StyleName
Name of the RichLineStyle where to add the line element
 

See Also

Availability

DraftSight V1R1.3