Gets a boolean value indicating whether the specified condition type is applicable.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool IsConditionApplicable( MaterialConditionType conditionType ) |
Visual Basic |
---|
Public Function IsConditionApplicable ( _ conditionType As MaterialConditionType _ ) As Boolean |
Visual C++ |
---|
public: bool IsConditionApplicable( MaterialConditionType conditionType ) |
Parameters
- conditionType
- Type: Autodesk.Civil.DatabaseServices..::..MaterialConditionType
Remarks
- Above and Below is applicable when MaterialItemType is Surface and MaterialQuantityType is Cut, Fill, CutFill or Structure.
- Base and Compare is applicable when MaterialItemType is Surface and MaterialQuantityType is Earthwork.
- Include is applicable when MaterialItemType is CorridorShape and MaterialQuantityType is Structure.