Share

Corridor.GetTargets Method

Gets the targets information. The returned object can be modified and passed to SetTargets() to update a corridor's subassembly targets information.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SubassemblyTargetInfoCollection GetTargets()

VB

Public Function GetTargets As SubassemblyTargetInfoCollection

C++

public:
SubassemblyTargetInfoCollection^ GetTargets()

Return Value

SubassemblyTargetInfoCollection
Returns a SubassemblyTargetInfoCollection containing all the subassembly targets for the corridor object.

See Also

Reference

Was this information helpful?