Expression Class

Encapsulates an expression used in label styles.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesExpression

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class Expression

The Expression type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets and sets the description of the Expression.
Public propertyExpressionString Gets or sets the expression string of the Expression.
Public propertyFormatResultAs Gets or sets the format type of the expression result.
Public propertyName Gets the name of the Expression.
Public propertyReferenceString Gets the reference string of the Expression that can be used to create other expressions. A sample output would be "{Alignment Length}".
Top
See Also