RemoveLineStyle Method (ILineStyleManager)
Removes the specified simple
LineStyle from the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveLineStyle( _
const dsString& 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
See Also
Availability
DraftSight V1R4.0