CANTCriticalStationAppliedCANT Property |
Returns the slope at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double AppliedCANT { get; set; }Public Property AppliedCANT As Double
Get
Set
public:
property double AppliedCANT {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when:
- The crossSegmentType is invalid for the current CANTCriticalStation object.
- The slope value is clear on the specified crossSegmentType.
|
See Also