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 407
f43596f8 a204 85fc 7854 3fa55e3c9724
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes an DimensionStyleOverride of the specified type from the current dictionary.
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
- DimensionStyleOverrideType
- The type of the DimensionStyleOverride to remove.
Boolean
True if the DimensionStyleOverride is successfully removed; otherwise, false.
IDictionary(TKey, TValue).Remove(TKey)
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace