RemoveTextStyle Method (ITextStyleManager) Send Feedback
See Also 
Result[out]
True if the specified TextStyle is removed, false if not
Name
Name of TextStyle to remove
Removes the specified TextStyle.

Syntax

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

Parameters

Name
Name of TextStyle to remove
Result[out] or Return Value
True if the specified TextStyle is removed, false if not
 

See Also

Availability

DraftSight V1R1.1