Defines how values are grouped.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum SurfaceGroupValuesByType
Visual Basic
Public Enumeration SurfaceGroupValuesByType
Visual C++
public enum class SurfaceGroupValuesByType
Members
| Member name | Value | Description | |
|---|---|---|---|
| EqualInterval | 0 | ||
| Quantile | 1 | ||
| StandardDeviation | 2 |
Remarks
The default is EqualInterval, which divides the data into a specified number of ranges from the minimum value to the maximum.