Skip to content

ACadSharp.CadDocument.Colors

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

Colors Property

The collection of all book colors in the drawing.

Remarks

The collection is null if the doesn't exist in the root dictionary.

Definition

Namespace: ACadSharp.CadDocument

C#

public ColorCollection Colors { get; private set; }

Property Value

ColorCollection

Clone this wiki locally