Sets the target information. The pass in updatedTargets should be got from method GetTargets().
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetTargets( SubassemblyTargetInfoCollection updatedTargets ) |
Visual Basic |
---|
Public Sub SetTargets ( _ updatedTargets As SubassemblyTargetInfoCollection _ ) |
Visual C++ |
---|
public: void SetTargets( SubassemblyTargetInfoCollection^ updatedTargets ) |
Parameters
- updatedTargets
- Type: Autodesk.Civil.DatabaseServices..::..SubassemblyTargetInfoCollection
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the pass in updatedTargets is not got from method GetTargets() of this object. |