GetFactor Method

Gets the factor value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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