Sets the target information. The pass in updatedTargets should be got from method GetTargets().

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
)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the pass in updatedTargets is not got from method GetTargets() of this object.

See Also