Sets the factor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetFactor( MaterialFactorType type, double newValue ) |
Visual Basic |
---|
Public Sub SetFactor ( _ type As MaterialFactorType, _ newValue As Double _ ) |
Visual C++ |
---|
public: void SetFactor( MaterialFactorType type, double newValue ) |
Parameters
- newValue
- Type: System..::..Double
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException |
Thrown when:
|