Share

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.280

Syntax

C#

public abstract class AssemblyGroup

VB

Public MustInherit Class AssemblyGroup

C++

public ref class AssemblyGroup abstract

The AssemblyGroup type exposes the following members.

Properties

 NameDescription
Public propertyName Gets or sets the assembly group name.

Methods

 NameDescription
Public methodGetSubassemblyIds Gets all subassembly ids in the group.

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

Reference

Was this information helpful?