Gets or sets the volume calculation method type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public MaterialVolumeCalculationMethodType VolumeCalculationMethodType { get; set; } |
Visual Basic |
---|
Public Property VolumeCalculationMethodType As MaterialVolumeCalculationMethodType Get Set |
Visual C++ |
---|
public: property MaterialVolumeCalculationMethodType VolumeCalculationMethodType { MaterialVolumeCalculationMethodType get (); void set (MaterialVolumeCalculationMethodType value); } |
Remarks
Before setting, call Validate method to check whether all material lists are valid for the volume calculation method,
and fix them with Fix method if they are not all valid.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the material data is not valid for the volume calculation method to be set. |