Share

QTOMaterialListCollection.Fix Method

Fixes material lists for the specified volume calculation method.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void Fix(
	MaterialVolumeCalculationMethodType methodType
)

VB

Public Sub Fix ( 
	methodType As MaterialVolumeCalculationMethodType
)

C++

public:
void Fix(
	MaterialVolumeCalculationMethodType methodType
)

Parameters

methodType  MaterialVolumeCalculationMethodType
The volume calculation method.

See Also

Reference

Was this information helpful?