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 422
85101d81 69f9 a87f 49c5 173b80890779
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets an ICollection containing the DimensionStyleOverride list of the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<DimensionStyleOverride> Values { get; }
VB
Public ReadOnly Property Values As ICollection(Of DimensionStyleOverride)
Get
C++
public:
virtual property ICollection<DimensionStyleOverride^>^ Values {
ICollection<DimensionStyleOverride^>^ get () sealed;
}
F#
abstract Values : ICollection<DimensionStyleOverride> with get
override Values : ICollection<DimensionStyleOverride> with get
ICollection(DimensionStyleOverride)
IDictionary(TKey, TValue).Values
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace