CANTCriticalStationAppliedCANT Property

Returns the slope at the specified segment type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double AppliedCANT { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  1. The crossSegmentType is invalid for the current CANTCriticalStation object.
  2. The slope value is clear on the specified crossSegmentType.
See Also