SectionViewVolumeTableGroupCreateVolumeTable Method |
Creates a volume tables to the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId CreateVolumeTable(
VolumeTableType type,
Guid materialListGuid
)
Public Function CreateVolumeTable (
type As VolumeTableType,
materialListGuid As Guid
) As ObjectId
public:
ObjectId CreateVolumeTable(
VolumeTableType type,
Guid materialListGuid
)
Parameters
- type VolumeTableType
-
- materialListGuid Guid
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
- materialListName does not exist.
- 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