Exposes a collection of graphics entities.
Declaration Syntax
public interface IGraphicsCollection
Table 1831: Members
Property | Entities |
Gets the collection's entities. |
Property | Factory2D |
Gets the 2D entity builder. |
Property | Factory3D |
Gets the 3D entity builder. |
Method | Clear() |
Removes all entities from the collection. |
Method | CreateChildCollection() |
Creates a new child collection. |
Method | Remove(IGraphicsCollection) |
Removes one collection from the collection. |
Method | Remove(IGraphicsEntity) |
Removes one entity from the collection. |