Skip to content

ACadSharp.Classes.DxfClassCollection

Albert Domenech edited this page Aug 19, 2025 · 4 revisions

DxfClassCollection Class

Definition

Namespace: ACadSharp.Classes

C#

public class DxfClassCollection

Properties

Returns Name Summary
Int32 Count
Boolean IsReadOnly

Methods

Returns Name Summary
Void Add(ACadSharp.Classes.DxfClass) Add a dxf class to the collection if the is not present
Void AddOrUpdate(ACadSharp.Classes.DxfClass) Add a dxf class to the collection or updates the existing one if the is already in the collection
Void Clear
Boolean Contains(ACadSharp.Classes.DxfClass)
Boolean Contains(System.String) Determines whether the Collection contains a specific .
Void CopyTo(ACadSharp.Classes.DxfClass[], System.Int32)
DxfClass GetByClassNumber(System.Int16) Gets the dxf class associated with .
DxfClass GetByName(System.String) Gets the dxf class associated with .
IEnumerator<DxfClass> GetEnumerator
Boolean Remove(ACadSharp.Classes.DxfClass)
Boolean TryGetByClassNumber(System.Int16, ACadSharp.Classes.DxfClass@) Gets the dxf class associated with .
Boolean TryGetByName(System.String, ACadSharp.Classes.DxfClass@) Gets the dxf class associated with .
Clone this wiki locally