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