Gets the factor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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 ) |
Parameters
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the factor type is not applicable. |