Gets or sets the flag indicating whether curve correction is enabled.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsCurveCorrectionEnabled { get; set; }
VB
Public Property IsCurveCorrectionEnabled As Boolean Get Set
C++
public: property bool IsCurveCorrectionEnabled { bool get (); void set (bool value); }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when volume calculation method is Autodesk.Civil.DatabaseServices.MaterialVolumeCalculationMethodType.CompositeVolume. |