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