Change the boundary draw order by Swapping the position of two FeatureLineComponent.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void Swap( FeatureLineComponent component1, FeatureLineComponent component2 )
Visual Basic
Public Sub Swap ( _ component1 As FeatureLineComponent, _ component2 As FeatureLineComponent _ )
Visual C++
public: void Swap( FeatureLineComponent^ component1, FeatureLineComponent^ component2 )
Parameters
- component1
- Type: Autodesk.Civil.DatabaseServices.FeatureLineComponent
The FeatureLineComponent to be swapped.
- component2
- Type: Autodesk.Civil.DatabaseServices.FeatureLineComponent
The FeatureLineComponent to be swapped.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Throw when the component1 or component2 is not included in current collection. |