Gets or sets the material quantity type.

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

Syntax

C#
public MaterialQuantityType QuantityType { get; set; }
Visual Basic
Public Property QuantityType As MaterialQuantityType
	Get
	Set
Visual C++
public:
property MaterialQuantityType QuantityType {
	MaterialQuantityType get ();
	void set (MaterialQuantityType value);
}

Remarks

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

See Also