LuciadCPillar C# 2023.1.04
Luciad.Layers.Styles.Expressions.StyleExpression< T > Class Template Reference

A StyleExpression represents a value that can be evaluated during rendering. More...

Detailed Description

A StyleExpression represents a value that can be evaluated during rendering.

It can for example represent a color or a numeric value that is used to style data on the map. It is not possible to create a StyleExpression directly. Use luciad::StyleExpressionFactory instead.

T

one of: bool, double, luciad::Coordinate, luciad::Color.

2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::StyleExpression.