Sets the target information. The updatedTargets parameter is a SubassemblyTargetInfoCollection object that should be obtained from the GetTargets() method.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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
)

Remarks

The updatedTargets object must be acquired through the GetTargets() method before making any modifications.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the updatedTargets object has not been acquired through the GetTargets() method.

See Also