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