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