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

Syntax

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

Parameters

Name
Name of the simple LineStyle to remove from the document
Result[out] or Return Value
True if the simple LineStyle is removed from the document, false if not
 

See Also

Availability

DraftSight V1R4.0