Share

FeatureLineComponentCollection.Remove Method

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

Boolean

Exceptions

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

See Also

Reference

Was this information helpful?