Specifies the method for creating the assembly group name.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<AssemblyGroupNameType> AssemblyGroupName { get; }
VB
Public ReadOnly Property AssemblyGroupName As PropertyEnum(Of AssemblyGroupNameType) Get
C++
public: property PropertyEnum<AssemblyGroupNameType>^ AssemblyGroupName { PropertyEnum<AssemblyGroupNameType>^ get (); }