Share

AlignmentSTS.SpiralIn Property

Gets the in spiral of the STS group.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public AlignmentSubEntitySpiral SpiralIn { get; }

VB

Public ReadOnly Property SpiralIn As AlignmentSubEntitySpiral
	Get

C++

public:
property AlignmentSubEntitySpiral^ SpiralIn {
	AlignmentSubEntitySpiral^ get ();
}

Property Value

AlignmentSubEntitySpiral

Exceptions

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

See Also

Reference

Was this information helpful?