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