QuantityTakeoffCriteriaItemAddSurface Method

Remove a surface data from the material item.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddSurface(
	string surfaceName
)

Parameters

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