FeatureLineComponentCollectionAdd Method

Adds a new FeatureLineComponent from a CorridorFeatureLine.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public FeatureLineComponent Add(
	CorridorFeatureLine featureLine
)

Parameters

featureLine  CorridorFeatureLine
 

Return Value

FeatureLineComponent
Exceptions
ExceptionCondition
ArgumentException Thrown when the CorridorFeatureLine is not from the same Corridor.
See Also