IsCurveCorrectionEnabled Property

Gets or sets the flag indicating whether curve correction is enabled.

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

ExceptionCondition
[!:System.InvalidOperationException] Thrown when volume calculation method is Autodesk.Civil.DatabaseServices.MaterialVolumeCalculationMethodType.CompositeVolume.

See Also