Creates a volume tables to the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
) |
Remarks
Exceptions
| Exception | Condition |
|---|
| [!:System.ArgumentException] |
Thrown when:
- materialListName does not exist.
- The table to be created is duplicate.
|
See Also