FeatureLineComponentCollectionRemove Method |
Removes the specified FeatureLineComponent object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
FeatureLineComponent featureLineComponent
)
Public Function Remove (
featureLineComponent As FeatureLineComponent
) As Boolean
public:
bool Remove(
FeatureLineComponent^ featureLineComponent
)
Parameters
- featureLineComponent FeatureLineComponent
-
Return Value
Boolean
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the FeatureLineComponent is not from this collection.
|
See Also