Skip to content

ACadSharp.IO.CadReaderConfiguration.KeepUnknownEntities

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

KeepUnknownEntities Property

The reader will try to read and add to the document all that are linked to a which may be a proxy or an entity that is not yet supported by ACadSharp, default value is set to false.

Remarks

These entities do not contain any geometric information and will be ignored by the writers.

Definition

Namespace: ACadSharp.IO.CadReaderConfiguration

C#

public Boolean KeepUnknownEntities { get; set; }

Property Value

Boolean

Clone this wiki locally