Gets the tangent of the STS group.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSubEntityLine Tangent { get; }
VB
Public ReadOnly Property Tangent As AlignmentSubEntityLine Get
C++
public: property AlignmentSubEntityLine^ Tangent { AlignmentSubEntityLine^ get (); }
Property Value
AlignmentSubEntityLineExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral. |