QuantityTakeoffCriteriaItemAddCorridorShape Method |
Adds a new corridor shape data with the default value to the material item.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void AddCorridorShape(
string shapeName
)
Public Sub AddCorridorShape (
shapeName As String
)
public:
void AddCorridorShape(
String^ shapeName
)
Parameters
- shapeName String
- The name of the corridor shape.
Exceptions
See Also