Share

SurfaceGroupValuesByType Enumeration

Defines how values are grouped.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public enum SurfaceGroupValuesByType

VB

Public Enumeration SurfaceGroupValuesByType

C++

public enum class SurfaceGroupValuesByType

Members

Member nameValueDescription
EqualInterval0 
Quantile1 
StandardDeviation2 

Remarks

The default is EqualInterval, which divides the data into a specified number of ranges from the minimum value to the maximum.

See Also

Reference

Was this information helpful?