EntityCollection Class

Definition

Namespace: netDxf.Collections
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class EntityCollection : IList<EntityObject>, 
	ICollection<EntityObject>, IEnumerable<EntityObject>, IEnumerable
Inheritance
Object    EntityCollection
Implements
ICollectionEntityObject, IEnumerableEntityObject, IListEntityObject, IEnumerable

Constructors

EntityCollectionInitializes a new instance of the EntityCollection class
EntityCollection(Int32)Initializes a new instance of the EntityCollection class

Properties

Methods

Events

Extension Methods

Explicit Interface Implementations

See Also