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 416
866b23f5 8bda c7f3 8e06 3e898e4a98fa
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of texts in the active layout.
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
IEnumerable(Text)