Skip to content

ACadSharp.CadObject.Handle

Albert Domenech edited this page Mar 8, 2025 · 3 revisions

Handle Property

Unique handle for this object

Remarks

If the value is 0 the object is not assigned to a document or a parent.

Definition

Namespace: ACadSharp.CadObject

C#

DxfCodeValueAttribute
public UInt64 Handle { get; internal set; }

Property Value

UInt64

Clone this wiki locally