Adds a line style to the current drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddLineStyle( _
ByVal StyleName As String, _
ByVal StyleDefinition As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim StyleName As String
Dim StyleDefinition As String
Dim value As Boolean
value = instance.AddLineStyle(StyleName, StyleDefinition)
|
Parameters
- StyleName
- Name of line style
- StyleDefinition
- Comma-delimited string of line lengths and spacing values for the line style
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0