Share

FeatureLineComponentCollection.SwapAt Method

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SwapAt(
	int index1,
	int index2
)

VB

Public Sub SwapAt ( 
	index1 As Integer,
	index2 As Integer
)

C++

public:
void SwapAt(
	int index1, 
	int index2
)

Parameters

index1  Int32
The index of first FeatureLineComponent to be swapped.
index2  Int32
The index of second FeatureLineComponent to be swapped.

Exceptions

ExceptionCondition
ArgumentException Throw when the index1 or index2 is invalid.

See Also

Reference

Was this information helpful?