CadReadOptions Class

Definition

public sealed record CadReadOptions(CadFileFormat? Format = default(CadFileFormat? ), bool ReadSummaryInfo = true, bool ClearDxfCache = true, bool CreateDxfDefaults = false, bool DwgCrcCheck = false) : IEquatable<CadReadOptions>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)