QuantityTakeoffCriteriaItemAddCorridorShape Method

Adds a new corridor shape data with the default value to the material item.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddCorridorShape(
	string shapeName
)

Parameters

shapeName  String
The name of the corridor shape.
Exceptions
ExceptionCondition
ArgumentException Thrown when the shape name is duplicated.
InvalidOperationException Thrown when the property:QuantityType value is not NAMESPACE_CIVILDB::MaterialQuantityType::Structure.
See Also