Gets or sets the volume calculation method type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public MaterialVolumeCalculationMethodType VolumeCalculationMethodType { get; set; }
VB
Public Property VolumeCalculationMethodType As MaterialVolumeCalculationMethodType Get Set
C++
public: property MaterialVolumeCalculationMethodType VolumeCalculationMethodType { MaterialVolumeCalculationMethodType get (); void set (MaterialVolumeCalculationMethodType value); }
Property Value
MaterialVolumeCalculationMethodTypeExceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the material data is not valid for the volume calculation method to be set. |