OffsetAssembly Class

Specify a controlling offset within an assembly.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesOffsetAssembly

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class OffsetAssembly : IDisposable

The OffsetAssembly type exposes the following members.

Properties
 NameDescription
Public propertyAssemblyId Gets the ObjectId of main Assembly.
Public propertyGroups Gets the collection of offset assembly group.
Public propertyName Gets or sets the name of OffsetAssembly.
Public propertyOffset Gets or sets the offset from main Assembly.
Top
Methods
 NameDescription
Public methodAddSubassembly(ObjectId) Adds a subassembly to the offset assembly.
Public methodAddSubassembly(ObjectId, Point) Adds a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodCopySubassembly(ObjectId) Copies a subassembly to the offset assembly.
Public methodCopySubassembly(ObjectId, Point) Copies a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodDisposeReleases all resources used by the OffsetAssembly
Public methodInsertSubassemblyAfter Inserts an unassigned subassembly after a subassembly in the offset assembly and hooks to the specified point.
Public methodInsertSubassemblyBefore Inserts an unassigned subassembly before a subassembly in the offset assembly.
Public methodMirrorSubassembly(ObjectId) Mirrors a subassembly to the offset assembly.
Public methodMirrorSubassembly(ObjectId, Point) Mirrors a subassembly to the offset assembly and hooks to the specified point of a subassembly.
Public methodReplaceSubassembly Replaces a subassembly in the assembly with another unassigned subassembly.
Top
See Also