Remove a surface data from the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void AddSurface(
string surfaceName
)Visual Basic
Public Sub AddSurface ( _
surfaceName As String _
)Visual C++
public:
void AddSurface(
String^ surfaceName
)Parameters
- surfaceName
- Type: System.String
The name of the surface.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the shape name is duplicated. |