Share

FeatureLineComponentCollection.Swap 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.280

Syntax

C#

public void Swap(
	FeatureLineComponent component1,
	FeatureLineComponent component2
)

VB

Public Sub Swap ( 
	component1 As FeatureLineComponent,
	component2 As FeatureLineComponent
)

C++

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

Reference

Was this information helpful?