Share

TableStylesRoot.QuantityTakeoffTotalVolumeTableStyles Property

Gets the collection of all quantity takeoff total volume table styles.



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

Syntax

C#

public TableStyleCollection QuantityTakeoffTotalVolumeTableStyles { get; }

VB

Public ReadOnly Property QuantityTakeoffTotalVolumeTableStyles As TableStyleCollection
	Get

C++

public:
property TableStyleCollection^ QuantityTakeoffTotalVolumeTableStyles {
	TableStyleCollection^ get ();
}

Property Value

TableStyleCollection

See Also

Reference

Was this information helpful?