MirrorSubassembly Method (ObjectId)

Mirrors a subassembly to the offset assembly.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public AssemblyGroup MirrorSubassembly(
	ObjectId subassemblyIdFrom
)

Visual Basic

Public Function MirrorSubassembly ( _
	subassemblyIdFrom As ObjectId _
) As AssemblyGroup

Visual C++

public:
AssemblyGroup^ MirrorSubassembly(
	ObjectId subassemblyIdFrom
)

Parameters

subassemblyIdFrom
Type: ObjectId
The ObjectId of the source subassembly to be mirrored.

Return Value

The newly created assembly group that contains the newly created subassembly.

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when the specified ObjectId is not a subassembly id, from another data base or not in an assembly.

See Also