ACadSharp.Classes.DxfClassCollection - DomCR/ACadSharp GitHub Wiki

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 GetByName(System.String) Gets the dxf class associated with
IEnumerator<DxfClass> GetEnumerator
Boolean Remove(ACadSharp.Classes.DxfClass)
Boolean TryGetByName(System.String, ACadSharp.Classes.DxfClass@) Gets the dxf class associated with
⚠️ **GitHub.com Fallback** ⚠️