-
-
Notifications
You must be signed in to change notification settings - Fork 123
ACadSharp.Classes.DxfClassCollection
Albert Domenech edited this page Aug 4, 2024
·
3 revisions
Namespace: ACadSharp.Classes
C#
public class DxfClassCollection
Returns | Name | Summary |
---|---|---|
Int32 |
Count | |
Boolean |
IsReadOnly |
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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions