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 419
6909f530 6c9c 2fa8 c0f6 e7cad4de5d07
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of DimensionStyleOverride
.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleOverride(
DimensionStyleOverrideType type,
Object value
)
VB
Public Sub New (
type As DimensionStyleOverrideType,
value As Object
)
C++
public:
DimensionStyleOverride(
DimensionStyleOverrideType type,
Object^ value
)
F#
new :
type : DimensionStyleOverrideType *
value : Object -> DimensionStyleOverride
- DimensionStyleOverrideType
- Type of the dimension style to override.
- Object
- Value of the dimension style to override.