QTOCriteriaNameMapping Constructor

Construct an instance of QTOCriteriaNameMapping class by ObjectId of QuantityTakeOffCriteria and SampleLineGroup.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public QTOCriteriaNameMapping(
	ObjectId quantityTakeoffCriteriaId,
	ObjectId sampleLineGroupId
)

Parameters

quantityTakeoffCriteriaId  ObjectId
The ObjectId of QuantityTakeoffCriteria.
sampleLineGroupId  ObjectId
The ObjectId of SampleLineGroup.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the quantityTakeOffCriteriaId or SampleLineGroupId is invalid.
See Also