Gets a boolean value indicating whether the specified factor is applicable.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsFactorApplicable( MaterialFactorType type )
VB
Public Function IsFactorApplicable ( type As MaterialFactorType ) As Boolean
C++
public: bool IsFactorApplicable( MaterialFactorType type )
Parameters
- type MaterialFactorType
Return Value
BooleanRemarks
- Cut factor is not applicable when MaterialQuantityType is Fill or Structure.
- Fill factor is not applicable when MaterialQuantityType is Cut.
- Refill factor is not applicable when MaterialQuantityType is Fill or Structure.