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
3722ec5d 974f a1f9 8c35 ce557c281b69
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an DimensionStyleOverride list to the dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void AddRange(
IEnumerable<DimensionStyleOverride> collection
)
VB
Public Sub AddRange (
collection As IEnumerable(Of DimensionStyleOverride)
)
C++
public:
void AddRange(
IEnumerable<DimensionStyleOverride^>^ collection
)
F#
member AddRange :
collection : IEnumerable<DimensionStyleOverride> -> unit
- IEnumerable(DimensionStyleOverride)
- The collection whose elements should be added.
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace