Sets the factor value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetFactor( MaterialFactorType type, double newValue )
VB
Public Sub SetFactor ( type As MaterialFactorType, newValue As Double )
C++
public: void SetFactor( MaterialFactorType type, double newValue )
Parameters
- type MaterialFactorType
- newValue Double
Exceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when:
|