Adds a new surface data with the default value to the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void RemoveSurface(
string surfaceName
)
Visual Basic
Public Sub RemoveSurface ( _
surfaceName As String _
)
Visual C++
public:
void RemoveSurface(
String^ surfaceName
)
Parameters
- surfaceName
- Type: System.String
The name of the surface.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the surface name is invalid. |