OffsetAssemblyMirrorSubassembly(ObjectId) Method |
Mirrors a subassembly to the offset assembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AssemblyGroup MirrorSubassembly(
ObjectId subassemblyIdFrom
)
Public Function MirrorSubassembly (
subassemblyIdFrom As ObjectId
) As AssemblyGroup
public:
AssemblyGroup^ MirrorSubassembly(
ObjectId subassemblyIdFrom
)
Parameters
- subassemblyIdFrom ObjectId
- The ObjectId of the source subassembly to be mirrored.
Return Value
AssemblyGroup
The newly created assembly group that contains the newly created subassembly.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the specified ObjectId is not a subassembly id, from another data base or not in an assembly.
|
See Also