Tangent Property

Gets the tangent of the STS group.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

ExceptionCondition
System.InvalidOperationException Thrown when the alignment entity type is AlignmentEntityType::SpiralSpiral.

See Also