SectionViewQuantityTakeoffTableAddSelectedMaterial Method |
Adds a selected material for Material table.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AddSelectedMaterial(
Guid materialGuid
)
Public Function AddSelectedMaterial (
materialGuid As Guid
) As Boolean
public:
bool AddSelectedMaterial(
Guid materialGuid
)
Parameters
- materialGuid Guid
-
Return Value
Boolean
Returns false when table type is TotalVolume or no material list is set to current table, or the specified material is not in current material list.
See Also