This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
7b0ee84b 0e9e f25a e51b 105081b757bd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the dimension style overrides list.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleOverrideDictionary StyleOverrides { get; }VB
Public ReadOnly Property StyleOverrides As DimensionStyleOverrideDictionary
GetC++
public:
property DimensionStyleOverrideDictionary^ StyleOverrides {
DimensionStyleOverrideDictionary^ get ();
}F#
member StyleOverrides : DimensionStyleOverrideDictionary with getDimensionStyleOverrideDictionary
Any dimension style value stored in this list will override its corresponding value in the assigned style to the dimension.