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

d14276ad 784d e809 826b bbe3a22813e8

haplokuon edited this page May 6, 2023 · 1 revision

Remove(DimensionStyle) Method

netDxf 3.0.0 Library

Removes a dimension style.

Definition

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

C#

public override bool Remove(
	DimensionStyle item
)

VB

Public Overrides Function Remove ( 
	item As DimensionStyle
) As Boolean

C++

public:
virtual bool Remove(
	DimensionStyle^ item
) override

F#

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

Parameters

  DimensionStyle
DimensionStyle to remove from the document.

Return Value

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

Remarks

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

See Also

Reference

DimensionStyles Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally