UseGroupName Property

Specifies whether the automatic surface is named after the grading group by default.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyBoolean UseGroupName { get; }

Visual Basic

Public ReadOnly Property UseGroupName As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ UseGroupName {
	PropertyBoolean^ get ();
}

See Also