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); }