ACadSharp.CadObjectCollection.AddRange(System.Collections.Generic.IEnumerable{T}) - DomCR/ACadSharp GitHub Wiki
AddRange(System.Collections.Generic.IEnumerable{T}) Method
Add multiple to the collection, this method triggers .
Definition
Namespace: ACadSharp.CadObjectCollection<T>
C#
public Void AddRange(System.Collections.Generic.IEnumerable{T})
Return Value
Void