Gets the collection of all alignment tangent intersection design checks.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public AlignmentDesignCheckCollection TangentIntersectionDesignChecks { get; }
Visual Basic
Public ReadOnly Property TangentIntersectionDesignChecks As AlignmentDesignCheckCollection Get
Visual C++
public: property AlignmentDesignCheckCollection^ TangentIntersectionDesignChecks { AlignmentDesignCheckCollection^ get (); }