ACadSharp.IO.CadReaderConfiguration.KeepUnknownNonGraphicalObjects - DomCR/ACadSharp GitHub Wiki

KeepUnknownNonGraphicalObjects 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 NonGraphicalObject that is not yet supported by ACadSharp, default value is set to false.

Remarks

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

Definition

Namespace: ACadSharp.IO.CadReaderConfiguration

C#

public Boolean KeepUnknownNonGraphicalObjects { get; set; }

Property Value

Boolean