Share

SurfaceDirectionStyle.GroupValuesBy Property

Gets or sets the GroupValuesByType Specifies how the surface directional data is 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);
}

Property Value

SurfaceGroupValuesByType

See Also

Reference

Was this information helpful?