SwitchComponentsDrawOrder Method

Switch the supported components' draw order by index.

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

Syntax

C#

public void SwitchComponentsDrawOrder(
	int index1,
	int index2
)

Visual Basic

Public Sub SwitchComponentsDrawOrder ( _
	index1 As Integer, _
	index2 As Integer _
)

Visual C++

public:
void SwitchComponentsDrawOrder(
	int index1, 
	int index2
)

Parameters

index1
Type: System.Int32
The first index of the child label style under the current labelstyle node.
index2
Type: System.Int32
The second index of the child label style under the current labelstyle node.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the index1 or index2 is out of range.

See Also