Gets or sets the GroupValuesByType Specifies how the surface slope arrows are grouped.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceGroupValuesByType GroupValuesBy { get; set; }
VB
Public Property GroupValuesBy As SurfaceGroupValuesByType Get Set
C++
public: property SurfaceGroupValuesByType GroupValuesBy { SurfaceGroupValuesByType get (); void set (SurfaceGroupValuesByType value); }