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

7779c8ee d0e1 8d5c 37aa 079a640a2756

haplokuon edited this page May 6, 2023 · 1 revision

Underlays Property

netDxf 3.0.0 Library

Gets the list of underlay in the active layout.

Definition

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

C#

public IEnumerable<Underlay> Underlays { get; }

VB

Public ReadOnly Property Underlays As IEnumerable(Of Underlay)
	Get

C++

public:
property IEnumerable<Underlay^>^ Underlays {
	IEnumerable<Underlay^>^ get ();
}

F#

member Underlays : IEnumerable<Underlay> with get

Property Value

IEnumerable(Underlay)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally