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 415
187b9aac 8728 98b0 4609 fafee1a89429
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of multiline texts in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<MText> MTexts { get; }
VB
Public ReadOnly Property MTexts As IEnumerable(Of MText)
Get
C++
public:
property IEnumerable<MText^>^ MTexts {
IEnumerable<MText^>^ get ();
}
F#
member MTexts : IEnumerable<MText> with get
IEnumerable(MText)