Change the boundary draw order by Swapping the position of FeatureLineComponent by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SwapAt(
int index1,
int index2
) |
| Visual Basic |
|---|
Public Sub SwapAt ( _
index1 As Integer, _
index2 As Integer _
) |
| Visual C++ |
|---|
public:
void SwapAt(
int index1,
int index2
) |
Parameters
- index1
- Type: System..::..Int32
The index of first FeatureLineComponent to be swapped.
- index2
- Type: System..::..Int32
The index of second FeatureLineComponent to be swapped.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Throw when the index1 or index2 is invalid.
|
See Also