-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.CadObjectCollection_T_
Albert Domenech edited this page Aug 23, 2024
·
4 revisions
Collection formed by managed by an owner.
Namespace: ACadSharp
C#
DefaultMemberAttribute
public class CadObjectCollection<T>
Returns | Name | Summary |
---|---|---|
Int32 |
Count | Gets the number of elements that are contained in the collection. |
T |
Item | |
CadObject |
Owner | Owner of the collection. |
Returns | Name | Summary |
---|---|---|
Void |
Add(T) | Add a to the collection, this method triggers . |
Void |
AddRange(System.Collections.Generic.IEnumerable{T}) | Add multiple to the collection, this method triggers . |
Void |
Clear | Removes all elements from the Collection. |
IEnumerator<T> |
GetEnumerator | |
T |
Remove(T) | Removes a from the collection, this method triggers . |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions