Represents a group of subassembly objects part of an Assembly.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public abstract class AssemblyGroup
Visual Basic
Public MustInherit Class AssemblyGroup
Visual C++
public ref class AssemblyGroup abstract

Remarks

Assembly groups can be created in an Assembly object to organize the subassemblies from which the assembly is composed. This class represents a group part of an assembly.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..AssemblyGroup

See Also