Remove a corridor shape data from the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void RemoveCorridorShape(
string shapeName
)Visual Basic
Public Sub RemoveCorridorShape ( _
shapeName As String _
)Visual C++
public:
void RemoveCorridorShape(
String^ shapeName
)Parameters
- shapeName
- Type: System.String
The name of the corridor shape.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the shape name is invalid. |