AppliedCANT Property

Returns the slope at the specified segment type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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

ExceptionCondition
System.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