QTOMaterialQuantityType Property |
Gets or sets the material quantity type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic MaterialQuantityType QuantityType { get; set; }
Public Property QuantityType As MaterialQuantityType
Get
Set
public:
property MaterialQuantityType QuantityType {
MaterialQuantityType get ();
void set (MaterialQuantityType value);
}
Property Value
MaterialQuantityType
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- Sub criteria exists when setting to MaterialQuantityType.Earthwork or MaterialQuantityType.Structure.
- Any material item whose type is MaterialItemType.CorridorShape exists when setting to any type except MaterialQuantityType.Structure.
- Material items in any sub criteria are more than 2 when setting to MaterialQuantityType.Earthwork.
|
See Also