Construct an instance of QTOCriteriaNameMapping class by ObjectId of QuantityTakeOffCriteria and SampleLineGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public QTOCriteriaNameMapping(
ObjectId quantityTakeoffCriteriaId,
ObjectId sampleLineGroupId
) |
Visual Basic |
---|
Public Sub New ( _
quantityTakeoffCriteriaId As ObjectId, _
sampleLineGroupId As ObjectId _
) |
Visual C++ |
---|
public:
QTOCriteriaNameMapping(
ObjectId quantityTakeoffCriteriaId,
ObjectId sampleLineGroupId
) |
Parameters
- quantityTakeoffCriteriaId
- Type: ObjectId
The ObjectId of QuantityTakeoffCriteria.
- sampleLineGroupId
- Type: ObjectId
The ObjectId of SampleLineGroup.
Exceptions
Exception | Condition |
---|
[!:System.ArgumentException] |
Thrown when the quantityTakeOffCriteriaId or SampleLineGroupId is invalid.
|
See Also