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

f43596f8 a204 85fc 7854 3fa55e3c9724

haplokuon edited this page May 6, 2023 · 1 revision

Remove Method

netDxf 3.0.0 Library

Removes an DimensionStyleOverride of the specified type from the current dictionary.

Definition

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

C#

public bool Remove(
	DimensionStyleOverrideType type
)

VB

Public Function Remove ( 
	type As DimensionStyleOverrideType
) As Boolean

C++

public:
virtual bool Remove(
	DimensionStyleOverrideType type
) sealed

F#

abstract Remove : 
        type : DimensionStyleOverrideType -> bool 
override Remove : 
        type : DimensionStyleOverrideType -> bool 

Parameters

  DimensionStyleOverrideType
The type of the DimensionStyleOverride to remove.

Return Value

Boolean
True if the DimensionStyleOverride is successfully removed; otherwise, false.

Implements

IDictionary(TKey, TValue).Remove(TKey)

See Also

Reference

DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace

Clone this wiki locally