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
b1fdb189 1490 7ff2 b346 ab8b6aedee88
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets an ICollection containing the types of the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<DimensionStyleOverrideType> Types { get; }
VB
Public ReadOnly Property Types As ICollection(Of DimensionStyleOverrideType)
Get
C++
public:
property ICollection<DimensionStyleOverrideType>^ Types {
ICollection<DimensionStyleOverrideType>^ get ();
}
F#
member Types : ICollection<DimensionStyleOverrideType> with get
ICollection(DimensionStyleOverrideType)
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace