ACadSharp.IO.CadReaderConfiguration.KeepUnknownEntities - DomCR/ACadSharp GitHub Wiki
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