ViewViewAttributesTrueMarkSymbolColor Property

The true color (rgb enabled) of the mark symbol.

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public TeklaDrawingColor TrueMarkSymbolColor { get; set; }

Property Value

Type: TeklaDrawingColor
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe get method will throw if the inputColor is not supported (0-7, 120 for example). You should use this function in a try-catch statement, since non-supported colors are used in TeklaStructures, especially in older models. Define your own catch logic (default color, error message, etc) based on your use case.
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