QTOMaterialGetFactor Method

Gets the factor value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GetFactor(
	MaterialFactorType type
)

Parameters

type  MaterialFactorType
 

Return Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when the factor type is not applicable.
See Also