Remove a surface data from the material item.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void AddSurface( string surfaceName )
VB
Public Sub AddSurface ( surfaceName As String )
C++
public: void AddSurface( String^ surfaceName )
Parameters
- surfaceName String
- The name of the surface.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the shape name is duplicated. |