Gets the factor value.

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

Syntax

C#
public double GetFactor(
	MaterialFactorType type
)
Visual Basic
Public Function GetFactor ( _
	type As MaterialFactorType _
) As Double
Visual C++
public:
double GetFactor(
	MaterialFactorType type
)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the factor type is not applicable.

See Also