QTOMaterialQuantityType Property

Gets or sets the material quantity type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public MaterialQuantityType QuantityType { get; set; }

Property Value

MaterialQuantityType
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. Sub criteria exists when setting to MaterialQuantityType.Earthwork or MaterialQuantityType.Structure.
  2. Any material item whose type is MaterialItemType.CorridorShape exists when setting to any type except MaterialQuantityType.Structure.
  3. Material items in any sub criteria are more than 2 when setting to MaterialQuantityType.Earthwork.
See Also