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