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