Remove Method

Removes the specified FeatureLineComponent object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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

ExceptionCondition
System.ArgumentException Thrown when the FeatureLineComponent is not from this collection.

See Also