Adds a new FeatureLineComponent from a CorridorFeatureLine.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public FeatureLineComponent Add( CorridorFeatureLine featureLine )
VB
Public Function Add ( featureLine As CorridorFeatureLine ) As FeatureLineComponent
C++
public: FeatureLineComponent^ Add( CorridorFeatureLine^ featureLine )
Parameters
- featureLine CorridorFeatureLine
Return Value
FeatureLineComponentExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the CorridorFeatureLine is not from the same Corridor. |