Gets the factor value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double GetFactor( MaterialFactorType type )
VB
Public Function GetFactor ( type As MaterialFactorType ) As Double
C++
public: double GetFactor( MaterialFactorType type )
Parameters
- type MaterialFactorType
Return Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the factor type is not applicable. |