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

187b9aac 8728 98b0 4609 fafee1a89429

haplokuon edited this page May 6, 2023 · 1 revision

MTexts Property

netDxf 3.0.0 Library

Gets the list of multiline texts in the active layout.

Definition

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

Property Value

IEnumerable(MText)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally