CorridorGetTargets 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.292
Syntax
public SubassemblyTargetInfoCollection GetTargets()

Return Value

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