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