SectionViewQuantityTakeoffTableRemoveSelectedMaterial Method |
Removes a selected material for Material table.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool RemoveSelectedMaterial(
Guid materialGuid
)
Public Function RemoveSelectedMaterial (
materialGuid As Guid
) As Boolean
public:
bool RemoveSelectedMaterial(
Guid materialGuid
)
Parameters
- materialGuid Guid
-
Return Value
Boolean
Returns false when table type is TotalVolume, or the specified material is not selected, or removing the material will result in duplicate tables in the section view.
See Also