Creates a volume tables to the section view.

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

Syntax

C#
public ObjectId CreateVolumeTable(
	VolumeTableType type,
	Guid materialListGuid
)
Visual Basic
Public Function CreateVolumeTable ( _
	type As VolumeTableType, _
	materialListGuid As Guid _
) As ObjectId
Visual C++
public:
ObjectId CreateVolumeTable(
	VolumeTableType type, 
	Guid materialListGuid
)

Parameters

type
Type: Autodesk.Civil.DatabaseServices..::..VolumeTableType
materialListGuid
Type: System..::..Guid

Remarks

Tables with the same type and the same material list guid are duplicate. If no material list guid set to the tables, tables with the same type are duplicate.

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when:
  1. materialListName does not exist.
  2. The table to be created is duplicate.

See Also