| Visual Basic | |
|---|---|
Function RemoveLineStyle( _ ByVal Name As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool RemoveLineStyle( System.string Name ) | |
| JavaScript | |
|---|---|
RemoveLineStyle( Name : String ) : Boolean | |
Parameters
- Name
- Name of the simple LineStyle to remove from the document
- Result[out] or Return Value
- True if the simple LineStyle is removed from the document, false if not
DraftSight V1R4.0
Syntax