Share

QTOMaterial.QuantityType Property

Gets or sets the material quantity type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public MaterialQuantityType QuantityType { get; set; }

VB

Public Property QuantityType As MaterialQuantityType
	Get
	Set

C++

public:
property MaterialQuantityType QuantityType {
	MaterialQuantityType get ();
	void set (MaterialQuantityType value);
}

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

Reference

Was this information helpful?