Removes the specified FeatureLineComponent object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool Remove( FeatureLineComponent featureLineComponent ) |
Visual Basic |
---|
Public Function Remove ( _ featureLineComponent As FeatureLineComponent _ ) As Boolean |
Visual C++ |
---|
public: bool Remove( FeatureLineComponent^ featureLineComponent ) |
Parameters
- featureLineComponent
- Type: Autodesk.Civil.DatabaseServices..::..FeatureLineComponent
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the FeatureLineComponent is not from this collection. |