Share

AlignmentSubEntitySpiral.SPIStation Property

Gets the alignment spiral entity SPI station.



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

Syntax

C#

public double SPIStation { get; }

VB

Public ReadOnly Property SPIStation As Double
	Get

C++

public:
property double SPIStation {
	double get ();
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the property gets an invalid value according to the entity's constraint type.

See Also

Reference

Was this information helpful?