Get all the turnouts by main alignment id.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAllTurnoutIdsOnAlignment( ObjectId alignmentId )
VB
Public Shared Function GetAllTurnoutIdsOnAlignment ( alignmentId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAllTurnoutIdsOnAlignment( ObjectId alignmentId )
Parameters
- alignmentId ObjectId
- Main alignment id.