AssemblyGroup Class

Represents a group of subassembly objects part of an Assembly.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesAssemblyGroup

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class AssemblyGroup

The AssemblyGroup type exposes the following members.

Properties
 NameDescription
Public propertyName Gets or sets the assembly group name.
Top
Methods
 NameDescription
Public methodGetSubassemblyIds Gets all subassembly ids in the group.
Top
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.
See Also