Share

QTOMaterial.SetFactor Method

Sets the factor value.



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

Syntax

C#

public void SetFactor(
	MaterialFactorType type,
	double newValue
)

VB

Public Sub SetFactor ( 
	type As MaterialFactorType,
	newValue As Double
)

C++

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

Reference

Was this information helpful?