Share

QTOMaterialItem.IsConditionApplicable Method

Gets a boolean value indicating whether the specified condition type is applicable.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsConditionApplicable(
	MaterialConditionType conditionType
)

VB

Public Function IsConditionApplicable ( 
	conditionType As MaterialConditionType
) As Boolean

C++

public:
bool IsConditionApplicable(
	MaterialConditionType conditionType
)

Parameters

conditionType  MaterialConditionType
 

Return Value

Boolean

Remarks

  1. Above and Below is applicable when MaterialItemType is Surface and MaterialQuantityType is Cut, Fill, CutFill or Structure.
  2. Base and Compare is applicable when MaterialItemType is Surface and MaterialQuantityType is Earthwork.
  3. Include is applicable when MaterialItemType is CorridorShape and MaterialQuantityType is Structure.

See Also

Reference

Was this information helpful?