FeatureLineComponentCollectionAdd Method |
Adds a new FeatureLineComponent from a CorridorFeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic FeatureLineComponent Add(
CorridorFeatureLine featureLine
)
Public Function Add (
featureLine As CorridorFeatureLine
) As FeatureLineComponent
public:
FeatureLineComponent^ Add(
CorridorFeatureLine^ featureLine
)
Parameters
- featureLine CorridorFeatureLine
-
Return Value
FeatureLineComponent
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the CorridorFeatureLine is not from the same Corridor.
|
See Also