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