Skip to content

ACadSharp.IO.DxfReader.ReadEntities

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

ReadEntities Method

Read only the entities section in the dxf document

Remarks

The entities will be completely independent from each other and linetypes and layers will only have it's name set, all the other properties will be set as default

Definition

Namespace: ACadSharp.IO.DxfReader

C#

public List<Entity> ReadEntities

Return Value

List

Clone this wiki locally