Removes the specified FeatureLineComponent object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool Remove( FeatureLineComponent featureLineComponent )
VB
Public Function Remove ( featureLineComponent As FeatureLineComponent ) As Boolean
C++
public: bool Remove( FeatureLineComponent^ featureLineComponent )
Parameters
- featureLineComponent FeatureLineComponent
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the FeatureLineComponent is not from this collection. |