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: 2024.0.0+a110b435391768740483e3032720a566518c9a63
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 | ||
| 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).) |