Share

SectionViewVolumeTableGroup.CreateVolumeTable Method

Creates a volume tables to the section view.



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

Syntax

C#

public ObjectId CreateVolumeTable(
	VolumeTableType type,
	Guid materialListGuid
)

VB

Public Function CreateVolumeTable ( 
	type As VolumeTableType,
	materialListGuid As Guid
) As ObjectId

C++

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

Reference

Was this information helpful?