Specifies the method for creating the assembly group name.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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 (); }