Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d7369fa0 f08d 2140 0db9 055ff033072f

haplokuon edited this page May 6, 2023 · 1 revision

Remove(ShapeStyle) Method

netDxf 3.0.0 Library

Removes a shape style.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	ShapeStyle item
)

VB

Public Overrides Function Remove ( 
	item As ShapeStyle
) As Boolean

C++

public:
virtual bool Remove(
	ShapeStyle^ item
) override

F#

abstract Remove : 
        item : ShapeStyle -> bool 
override Remove : 
        item : ShapeStyle -> bool 

Parameters

  ShapeStyle
ShapeStyle to remove from the document.

Return Value

Boolean
True if the shape style has been successfully removed, or false otherwise.

Remarks

Reserved shape styles or any other referenced by objects cannot be removed.

See Also

Reference

ShapeStyles Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally