FeatureLineComponentCollectionSwap Method |
Change the boundary draw order by Swapping the position of two FeatureLineComponent.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Swap(
FeatureLineComponent component1,
FeatureLineComponent component2
)
Public Sub Swap (
component1 As FeatureLineComponent,
component2 As FeatureLineComponent
)
public:
void Swap(
FeatureLineComponent^ component1,
FeatureLineComponent^ component2
)
Parameters
- component1 FeatureLineComponent
- The FeatureLineComponent to be swapped.
- component2 FeatureLineComponent
- The FeatureLineComponent to be swapped.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when the component1 or component2 is not included in current collection.
|
See Also