QTOMaterialSetFactor Method

Sets the factor value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetFactor(
	MaterialFactorType type,
	double newValue
)

Parameters

type  MaterialFactorType
 
newValue  Double
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  1. The factor type is not applicable.
  2. The value is not non zero positive double value for Cut and Fill, and out of range [1e-8, 1.0] for Refill.
See Also