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

866b23f5 8bda c7f3 8e06 3e898e4a98fa

haplokuon edited this page May 6, 2023 · 1 revision

Texts Property

netDxf 3.0.0 Library

Gets the list of texts in the active layout.

Definition

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

C#

public IEnumerable<Text> Texts { get; }

VB

Public ReadOnly Property Texts As IEnumerable(Of Text)
	Get

C++

public:
property IEnumerable<Text^>^ Texts {
	IEnumerable<Text^>^ get ();
}

F#

member Texts : IEnumerable<Text> with get

Property Value

IEnumerable(Text)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally