QTOMaterialGetFactor Method |
Gets the factor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double GetFactor(
MaterialFactorType type
)
Public Function GetFactor (
type As MaterialFactorType
) As Double
public:
double GetFactor(
MaterialFactorType type
)
Parameters
- type MaterialFactorType
-
Return Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the factor type is not applicable.
|
See Also