Adds a selected material for Material table.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool AddSelectedMaterial(
Guid materialGuid
) |
Visual Basic |
---|
Public Function AddSelectedMaterial ( _
materialGuid As Guid _
) As Boolean |
Visual C++ |
---|
public:
bool AddSelectedMaterial(
Guid materialGuid
) |
Parameters
- materialGuid
- Type: System..::..Guid
Return Value
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