RemoveSurface Method

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.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

ExceptionCondition
System.ArgumentException Thrown when the surface name is invalid.

See Also