FeatureLineComponentCollectionSwap Method

Change the boundary draw order by Swapping the position of two FeatureLineComponent.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Swap(
	FeatureLineComponent component1,
	FeatureLineComponent component2
)

Parameters

component1  FeatureLineComponent
The FeatureLineComponent to be swapped.
component2  FeatureLineComponent
The FeatureLineComponent to be swapped.
Exceptions
ExceptionCondition
ArgumentException Throw when the component1 or component2 is not included in current collection.
See Also