QTOMaterialListCollectionVolumeCalculationMethodType Property

Gets or sets the volume calculation method type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public MaterialVolumeCalculationMethodType VolumeCalculationMethodType { get; set; }

Property Value

MaterialVolumeCalculationMethodType
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the material data is not valid for the volume calculation method to be set.
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.
See Also