QuantityTakeoffCriteriaItemAddSurface Method |
Remove a surface data from the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddSurface(
string surfaceName
)
Public Sub AddSurface (
surfaceName As String
)
public:
void AddSurface(
String^ surfaceName
)
Parameters
- surfaceName String
- The name of the surface.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the shape name is duplicated.
|
See Also