QuantityTakeoffCriteriaItemQuantityType Property |
Gets or sets the material quantity type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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
Remarks
It will delete all the shape item data if we change the QuantityType to a value that is not Structure.
See Also