Skip to content

ACadSharp.Objects.BookColor.Name

Albert Domenech edited this page Sep 23, 2025 · 3 revisions

Name Property

Returns the full name of the color, following the structure BookName$ColorName, if when set doesn't follow this structure only the name will be changed.

Remarks

All named entries are case insensitive.

Definition

Namespace: ACadSharp.Objects.BookColor

C#

public overrideString Name { get; set; }

Property Value

String

Clone this wiki locally