QuantityTakeoffCriteriaItemRemoveCorridorShape Method |
Remove a corridor shape data from the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RemoveCorridorShape(
string shapeName
)
Public Sub RemoveCorridorShape (
shapeName As String
)
public:
void RemoveCorridorShape(
String^ shapeName
)
Parameters
- shapeName String
- The name of the corridor shape.
Exceptions
See Also