Skip to content

ACadSharp.Objects.NonGraphicalObject.Name

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

Name Property

Name identifier for this object.

Remarks

The name of a will be used as the name of the entry when the owner is a otherwise the name may not be saved if there is no dxf code assigned to the .

Definition

Namespace: ACadSharp.Objects.NonGraphicalObject

C#

public virtualString Name { get; set; }

Property Value

String

Clone this wiki locally