QTOMaterialIsFactorApplicable Method

Gets a boolean value indicating whether the specified factor is applicable.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsFactorApplicable(
	MaterialFactorType type
)

Parameters

type  MaterialFactorType
 

Return Value

Boolean
Remarks
  1. Cut factor is not applicable when MaterialQuantityType is Fill or Structure.
  2. Fill factor is not applicable when MaterialQuantityType is Cut.
  3. Refill factor is not applicable when MaterialQuantityType is Fill or Structure.
See Also