FeatureLineComponentCollectionRemove Method

Removes the specified FeatureLineComponent object.

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