Gets a boolean value indicating whether the specified factor is applicable.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool IsFactorApplicable( MaterialFactorType type ) |
| Visual Basic |
|---|
Public Function IsFactorApplicable ( _ type As MaterialFactorType _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsFactorApplicable( MaterialFactorType type ) |
Parameters
Remarks
- 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.