Defines the format type of the expression result.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum ExpressionFormatedType |
| Visual Basic |
|---|
Public Enumeration ExpressionFormatedType |
| Visual C++ |
|---|
public enum class ExpressionFormatedType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Angle | 0 | ||
| Area | 1 | ||
| Azimuth | 2 | ||
| Coordinate | 3 | ||
| Dimension | 4 | ||
| Direction | 5 | ||
| Distance | 6 | ||
| Double | 7 | ||
| Elevation | 8 | ||
| GradeSlope | 9 | ||
| Latitude | 10 | ||
| Longitude | 11 | ||
| Percent | 12 | ||
| Station | 13 | ||
| Volume | 14 |