Adds a selected material for Material table.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool AddSelectedMaterial( Guid materialGuid )
VB
Public Function AddSelectedMaterial ( materialGuid As Guid ) As Boolean
C++
public: bool AddSelectedMaterial( Guid materialGuid )
Parameters
- materialGuid Guid
Return Value
BooleanReturns 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.