SymbolElement Class

The SymbolElement class represents a symbol in the Tekla Structures symbol library.
Inheritance Hierarchy
SystemObject
  Tekla.Structures.DrawingElementBase
    Tekla.Structures.DrawingSymbolElement

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
Syntax
[SerializableAttribute]
public sealed class SymbolElement : ElementBase

The SymbolElement type exposes the following members.

Constructors
  NameDescription
Public methodSymbolElement
Creates a new symbol element instance with the default symbol.
Public methodSymbolElement(SymbolInfo)
Creates a new symbol element instance with the given symbol.
Public methodSymbolElement(SymbolInfo, DrawingColors, Double)
Creates a new symbol element instance with the given symbol, color and height.
Public methodSymbolElement(SymbolInfo, TeklaDrawingColor, Double)
Creates a new symbol element instance with the given symbol, the RGB color and height.
Top
Properties
  NameDescription
Public propertyColor
This property is the symbol color.
Public propertyHeight
The symbol height (mm).
Public propertySymbol
The symbol.
Public propertyTrueColor
The true color (rgb enabled) of the symbol.
Top
Methods
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next