Skip to content

ACadSharp.IO.CadReaderConfiguration.KeepUnknownNonGraphicalObjects

Albert Domenech edited this page Aug 25, 2024 · 1 revision

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

Clone this wiki locally