LabelStyleSwitchComponentsDrawOrder Method |
Switch the supported components' draw order by index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SwitchComponentsDrawOrder(
int index1,
int index2
)
Public Sub SwitchComponentsDrawOrder (
index1 As Integer,
index2 As Integer
)
public:
void SwitchComponentsDrawOrder(
int index1,
int index2
)
Parameters
- index1 Int32
- The first index of the child label style under the current labelstyle node.
- index2 Int32
- The second index of the child label style under the current labelstyle node.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the index1 or index2 is out of range.
|
See Also