Moves the specified parts of the network into another network.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public void MoveParts( ObjectIdCollection partIds, ObjectId dstNetworkId )
Visual Basic
Public Sub MoveParts ( _ partIds As ObjectIdCollection, _ dstNetworkId As ObjectId _ )
Visual C++
public: void MoveParts( ObjectIdCollection^ partIds, ObjectId dstNetworkId )
Parameters
- partIds
- Type: ObjectIdCollection
Object ids of the Parts to be moved.
- dstNetworkId
- Type: ObjectId
Object id of the destination network.
Remarks
No exception is thrown if the source and destination are the same.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|
System.InvalidOperationException |
Thrown when:
|