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 415
c8f840e7 290f d994 6df1 54ad464fba16
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of DimensionStyleOverrideDictionaryEventArgs
.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleOverrideDictionaryEventArgs(
DimensionStyleOverride item
)
VB
Public Sub New (
item As DimensionStyleOverride
)
C++
public:
DimensionStyleOverrideDictionaryEventArgs(
DimensionStyleOverride^ item
)
F#
new :
item : DimensionStyleOverride -> DimensionStyleOverrideDictionaryEventArgs
- DimensionStyleOverride
- Item that is being added or removed from the dictionary.
DimensionStyleOverrideDictionaryEventArgs Class
netDxf.Collections Namespace