QuantityTakeoffCriteriaItemRemoveSurface 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.8.0.292
Syntax
public void RemoveSurface(
	string surfaceName
)

Parameters

surfaceName  String
The name of the surface.
Exceptions
ExceptionCondition
ArgumentException Thrown when the surface name is invalid.
See Also