QTOMaterialListCollectionVolumeCalculationMethodType Property |
Gets or sets the volume calculation method type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic MaterialVolumeCalculationMethodType VolumeCalculationMethodType { get; set; }
Public Property VolumeCalculationMethodType As MaterialVolumeCalculationMethodType
Get
Set
public:
property MaterialVolumeCalculationMethodType VolumeCalculationMethodType {
MaterialVolumeCalculationMethodType get ();
void set (MaterialVolumeCalculationMethodType value);
}
Property Value
MaterialVolumeCalculationMethodType
ExceptionsException | Condition |
---|
[!: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