Share

QuantityTakeoffCriteriaItem.RemoveCorridorShape Method

Remove a corridor shape data from the material item.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void RemoveCorridorShape(
	string shapeName
)

VB

Public Sub RemoveCorridorShape ( 
	shapeName As String
)

C++

public:
void RemoveCorridorShape(
	String^ shapeName
)

Parameters

shapeName  String
The name of the corridor shape.

Exceptions

ExceptionCondition
ArgumentException Thrown when the shape name is invalid.

See Also

Reference

Was this information helpful?