Returns the smoothing length at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double GetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType ) |
| Visual Basic |
|---|
Public Function GetSmoothingLength ( _ crossSegmentType As SuperelevationCrossSegmentType _ ) As Double |
| Visual C++ |
|---|
public: double GetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType ) |
Parameters
- crossSegmentType
- Type: Autodesk.Civil..::..SuperelevationCrossSegmentType
The type of a Superelevation cross segment.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException |
Thrown when:
|