QTOMaterialSetFactor Method |
Sets the factor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetFactor(
MaterialFactorType type,
double newValue
)
Public Sub SetFactor (
type As MaterialFactorType,
newValue As Double
)
public:
void SetFactor(
MaterialFactorType type,
double newValue
)
Parameters
- type MaterialFactorType
-
- newValue Double
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- The factor type is not applicable.
- The value is not non zero positive double value for Cut and Fill, and out of range [1e-8, 1.0] for Refill.
|
See Also