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 415
5e0a1001 36fe b9b9 329f 84cf4463b8cf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of hatches in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Hatch> Hatches { get; }
VB
Public ReadOnly Property Hatches As IEnumerable(Of Hatch)
Get
C++
public:
property IEnumerable<Hatch^>^ Hatches {
IEnumerable<Hatch^>^ get ();
}
F#
member Hatches : IEnumerable<Hatch> with get
IEnumerable(Hatch)