Share

QTOMaterialListCollection.VolumeCalculationMethodType Property

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

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

Reference

Was this information helpful?