Sets the target information. The updatedTargets parameter is a SubassemblyTargetInfoCollection object that should be obtained from the GetTargets() method.
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
Remarks
The updatedTargets object must be acquired through the GetTargets() method before making any modifications.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the updatedTargets object has not been acquired through the GetTargets() method. |