Inserts an unassigned subassembly after a subassembly in the assembly and hooks to the specified point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void InsertSubassemblyAfter( ObjectId subassemblyId, Point pointHookTo )
VB
Public Sub InsertSubassemblyAfter ( subassemblyId As ObjectId, pointHookTo As Point )
C++
public: void InsertSubassemblyAfter( ObjectId subassemblyId, Point^ pointHookTo )
Parameters
- subassemblyId ObjectId
- The ObjectId of the source subassembly to be added.
- pointHookTo Point
- The point to be hooked to.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] |
Thrown when:
|