Adds a new FeatureLineComponent from a CorridorFeatureLine.

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

Syntax

C#
public FeatureLineComponent Add(
	CorridorFeatureLine featureLine
)
Visual Basic
Public Function Add ( _
	featureLine As CorridorFeatureLine _
) As FeatureLineComponent
Visual C++
public:
FeatureLineComponent^ Add(
	CorridorFeatureLine^ featureLine
)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the CorridorFeatureLine is not from the same Corridor.

See Also