SymbolElement Class |
The SymbolElement class represents a symbol in the Tekla Structures symbol library.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
The SymbolElement type exposes the following members.
| Name | Description | |
|---|---|---|
| SymbolElement |
Creates a new symbol element instance with the default symbol.
| |
| SymbolElement(SymbolInfo) |
Creates a new symbol element instance with the given symbol.
| |
| SymbolElement(SymbolInfo, DrawingColors, Double) |
Creates a new symbol element instance with the given symbol, color and height.
| |
| SymbolElement(SymbolInfo, TeklaDrawingColor, Double) |
Creates a new symbol element instance with the given symbol, the RGB color and height.
|
| Name | Description | |
|---|---|---|
| Color |
This property is the symbol color.
| |
| Height |
The symbol height (mm).
| |
| Symbol |
The symbol.
| |
| TrueColor |
The true color (rgb enabled) of the symbol.
|
| Name | Description | |
|---|---|---|
| Clone |
Clones the object.
(Overrides ElementBaseClone.) | |
| 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).) |