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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SubassemblyTargetInfoCollection GetTargets()
Public Function GetTargets As SubassemblyTargetInfoCollection
public:
SubassemblyTargetInfoCollection^ GetTargets()
Return Value
SubassemblyTargetInfoCollectionReturns a
SubassemblyTargetInfoCollection
containing all the subassembly targets for the corridor object.
See Also