ContainerElement Class |
The ContainerElement class defines container elements. A container element
is a mark element that has a frame and contains other mark elements.
A container element may also contain container elements to achieve nested frames.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The ContainerElement type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainerElement | Initializes a new instance of the ContainerElement class |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ICollection.
| |
| Frame |
The frame of the container element.
| |
| IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a new element base to the end of the list.
| |
| Clear |
Removes all elements from the container instance.
| |
| Clone |
Clones the object.
(Overrides ElementBaseClone.) | |
| CopyTo |
Copies the elements of the ICollection to
an Array, starting at a particular Array index.
| |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetUnformattedString |
Returns the content as a string without formatting.
(Overrides ElementBaseGetUnformattedString.) | |
| IsEqual |
Compares the current object with an object of the same type.
(Overrides ElementBaseIsEqual(Object).) |