RemoveRichLineStyle Method (IRichLineStyleManager)
Removes the specified RichLineStyle from the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveRichLineStyle( _
const dsString& Name As System.String _
) As System.Boolean |
C# | |
---|
System.bool RemoveRichLineStyle(
System.string Name
) |
JavaScript | |
---|
RemoveRichLineStyle(
Name : String
) : Boolean |
Parameters
- Name
- Name of RichLineStyle to remove
- Result[out] or Return Value
- True if the specified RichLineStyle is removed, false if not
See Also
Availability
DraftSight V1R1.1