Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5e0a1001 36fe b9b9 329f 84cf4463b8cf

haplokuon edited this page May 6, 2023 · 1 revision

Hatches Property

netDxf 3.0.0 Library

Gets the list of hatches in the active layout.

Definition

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

Property Value

IEnumerable(Hatch)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally