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
f306de6a e545 9f2a 062e 710d0976676a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds a DimensionStyleOverride to the dictionary from its type and value.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
DimensionStyleOverrideType type,
Object value
)
VB
Public Sub Add (
type As DimensionStyleOverrideType,
value As Object
)
C++
public:
void Add(
DimensionStyleOverrideType type,
Object^ value
)
F#
member Add :
type : DimensionStyleOverrideType *
value : Object -> unit
- DimensionStyleOverrideType
- Dimension style override type.
- Object
- Dimension style override value.
A new DimensionStyleOverride will be created from the specified arguments.
DimensionStyleOverrideDictionary Class
Add Overload
netDxf.Collections Namespace