RemoveRichLineStyle Method (IRichLineStyleManager) Send Feedback
See Also 
Result[out]
True if the specified RichLineStyle is removed, false if not
Name
Name of RichLineStyle to remove
Removes the specified RichLineStyle from the document.

Syntax

Visual Basic 
Function RemoveRichLineStyle( _
   ByVal Name As System.String _
) As System.Boolean
C# 
System.bool RemoveRichLineStyle( 
   System.string Name
)
JavaScript 
RemoveRichLineStyle( 
   Name : String
) : Boolean
COM native C++ 
HRESULT RemoveRichLineStyle( 
   BSTR Name,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT RemoveRichLineStyle( 
   const dsString& Name,
   bool* Result
) 

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