Share

QuantityTakeoffCriteriaItem.QuantityType Property

Gets or sets the material quantity type.



Namespace: Autodesk.Civil.DatabaseServices.Styles
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

Remarks

It will delete all the shape item data if we change the QuantityType to a value that is not Structure.

See Also

Reference

Was this information helpful?