QuantityTakeoffCriteriaItem Class

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.292
Syntax
public sealed class QuantityTakeoffCriteriaItem : [T:Autodesk.Civil.CivilWrapper<AeccDbQuantityTakeoffCriteria>]

The QuantityTakeoffCriteriaItem type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of material items' data count.
Public propertyCutFactor Gets or sets the expansion or swell of the cut material.
Public propertyFillFactor Gets or sets the contraction or shrinkage of the fill material.
Public propertyItem 
Public propertyMaterialName Gets or sets the material name.
Public propertyQuantityType Gets or sets the material quantity type.
Public propertyReFillFactor Gets or sets the usability factor used to calculate how much cut material can be reused as fill.
Public propertyShapeStyleId Gets or Sets the object id of the default style used to display the material in a section view.
Public propertyShapeStyleName Gets or Sets the name of the default style used to display the material in a section view.
Top
Methods
 NameDescription
Public methodAddCorridorShape Adds a new corridor shape data with the default value to the material item.
Public methodAddSurface Remove a surface data from the material item.
Public methodRemoveCorridorShape Remove a corridor shape data from the material item.
Public methodRemoveSurface Adds a new surface data with the default value to the material item.
Top
See Also