Encapsulates an expression used in label styles.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesExpression
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class Expression
VB
Public Class Expression
C++
public ref class Expression
The Expression type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets and sets the description of the Expression. | |
| ExpressionString | Gets or sets the expression string of the Expression. | |
| FormatResultAs | Gets or sets the format type of the expression result. | |
| Name | Gets the name of the Expression. | |
| ReferenceString | Gets the reference string of the Expression that can be used to create other expressions. A sample output would be "{Alignment Length}". |
