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

796c2f9b 1fb5 bd51 fccb 6d08ce7613d2

haplokuon edited this page May 6, 2023 · 1 revision

Wipeouts Property

netDxf 3.0.0 Library

Gets the list of wipeouts in the active layout.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IEnumerable<Wipeout> Wipeouts { get; }

VB

Public ReadOnly Property Wipeouts As IEnumerable(Of Wipeout)
	Get

C++

public:
property IEnumerable<Wipeout^>^ Wipeouts {
	IEnumerable<Wipeout^>^ get ();
}

F#

member Wipeouts : IEnumerable<Wipeout> with get

Property Value

IEnumerable(Wipeout)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally