QuantityTakeoffCriteriaItemRemoveSurface Method |
Adds a new surface data with the default value to the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RemoveSurface(
string surfaceName
)
Public Sub RemoveSurface (
surfaceName As String
)
public:
void RemoveSurface(
String^ surfaceName
)
Parameters
- surfaceName String
- The name of the surface.
Exceptions
See Also