AssemblyGroupName Property

Specifies the method for creating the assembly group name.

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

Syntax

C#

public PropertyEnum<AssemblyGroupNameType> AssemblyGroupName { get; }

Visual Basic

Public ReadOnly Property AssemblyGroupName As PropertyEnum(Of AssemblyGroupNameType)
	Get

Visual C++

public:
property PropertyEnum<AssemblyGroupNameType>^ AssemblyGroupName {
	PropertyEnum<AssemblyGroupNameType>^ get ();
}

See Also