SectionViewVolumeTableGroupCreateVolumeTable Method

Creates a volume tables to the section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId CreateVolumeTable(
	VolumeTableType type,
	Guid materialListGuid
)

Parameters

type  VolumeTableType
 
materialListGuid  Guid
 

Return Value

ObjectId
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when:
  1. materialListName does not exist.
  2. The table to be created is duplicate.
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.
See Also