Creates a volume tables to the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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
- 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
Exception | Condition |
---|---|
[!:System.ArgumentException] |
Thrown when:
|