Defines a material used to create quantity takeoff criteria (QuantityTakeoffCriteria).
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbQuantityTakeoffCriteria>]
Autodesk.Civil.DatabaseServices.StylesQuantityTakeoffCriteriaItem
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class QuantityTakeoffCriteriaItem : [T:Autodesk.Civil.CivilWrapper<AeccDbQuantityTakeoffCriteria>]
VB
Public NotInheritable Class QuantityTakeoffCriteriaItem Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbQuantityTakeoffCriteria>]
C++
public ref class QuantityTakeoffCriteriaItem sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbQuantityTakeoffCriteria>]
The QuantityTakeoffCriteriaItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of material items' data count. | |
| CutFactor | Gets or sets the expansion or swell of the cut material. | |
| FillFactor | Gets or sets the contraction or shrinkage of the fill material. | |
| Item | ||
| MaterialName | Gets or sets the material name. | |
| QuantityType | Gets or sets the material quantity type. | |
| ReFillFactor | Gets or sets the usability factor used to calculate how much cut material can be reused as fill. | |
| ShapeStyleId | Gets or Sets the object id of the default style used to display the material in a section view. | |
| ShapeStyleName | Gets or Sets the name of the default style used to display the material in a section view. |
Methods
| Name | Description | |
|---|---|---|
| AddCorridorShape | Adds a new corridor shape data with the default value to the material item. | |
| AddSurface | Remove a surface data from the material item. | |
| RemoveCorridorShape | Remove a corridor shape data from the material item. | |
| RemoveSurface | Adds a new surface data with the default value to the material item. |
