Adds a new FeatureLineComponent from a CorridorFeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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 ) |
Parameters
- featureLine
- Type: Autodesk.Civil.DatabaseServices..::..CorridorFeatureLine
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the CorridorFeatureLine is not from the same Corridor. |