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.280
Syntax
C#
public QTOCriteriaNameMapping( ObjectId quantityTakeoffCriteriaId, ObjectId sampleLineGroupId )
VB
Public Sub New ( quantityTakeoffCriteriaId As ObjectId, sampleLineGroupId As ObjectId )
C++
public: QTOCriteriaNameMapping( ObjectId quantityTakeoffCriteriaId, ObjectId sampleLineGroupId )
Parameters
- quantityTakeoffCriteriaId ObjectId
- The ObjectId of QuantityTakeoffCriteria.
- sampleLineGroupId ObjectId
- The ObjectId of SampleLineGroup.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the quantityTakeOffCriteriaId or SampleLineGroupId is invalid. |