Specify a controlling offset within an assembly.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesOffsetAssembly
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class OffsetAssembly : IDisposable
VB
Public NotInheritable Class OffsetAssembly Implements IDisposable
C++
public ref class OffsetAssembly sealed : IDisposable
The OffsetAssembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AssemblyId | Gets the ObjectId of main Assembly. |
![]() | Groups | Gets the collection of offset assembly group. |
![]() | Name | Gets or sets the name of OffsetAssembly. |
![]() | Offset | Gets or sets the offset from main Assembly. |
Methods
Name | Description | |
---|---|---|
![]() | AddSubassembly(ObjectId) | Adds a subassembly to the offset assembly. |
![]() | AddSubassembly(ObjectId, Point) | Adds a subassembly to the offset assembly and hooks to the specified point of a subassembly. |
![]() | CopySubassembly(ObjectId) | Copies a subassembly to the offset assembly. |
![]() | CopySubassembly(ObjectId, Point) | Copies a subassembly to the offset assembly and hooks to the specified point of a subassembly. |
![]() | Dispose | Releases all resources used by the OffsetAssembly |
![]() | InsertSubassemblyAfter | Inserts an unassigned subassembly after a subassembly in the offset assembly and hooks to the specified point. |
![]() | InsertSubassemblyBefore | Inserts an unassigned subassembly before a subassembly in the offset assembly. |
![]() | MirrorSubassembly(ObjectId) | Mirrors a subassembly to the offset assembly. |
![]() | MirrorSubassembly(ObjectId, Point) | Mirrors a subassembly to the offset assembly and hooks to the specified point of a subassembly. |
![]() | ReplaceSubassembly | Replaces a subassembly in the assembly with another unassigned subassembly. |