This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
3b9a42d3 d3e9 e335 39e7 ae644545c60f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a shape style.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
string name
)
VB
Public Overrides Function Remove (
name As String
) As Boolean
C++
public:
virtual bool Remove(
String^ name
) override
F#
abstract Remove :
name : string -> bool
override Remove :
name : string -> bool
- String
- ShapeStyle name to remove from the document.
Boolean
True if the shape style has been successfully removed, or false otherwise.
Reserved shape styles or any other referenced by objects cannot be removed.
ShapeStyles Class
Remove Overload
netDxf.Collections Namespace