Sets the supported components' draw order.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SetComponentsDrawOrder(
ObjectId[] componentIds
) |
| Visual Basic |
|---|
Public Sub SetComponentsDrawOrder ( _
componentIds As ObjectId() _
) |
| Visual C++ |
|---|
public:
void SetComponentsDrawOrder(
array<ObjectId>^ componentIds
) |
Parameters
- componentIds
- Type: array<ObjectId>[]()[][]
The supported components' id.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when any supported components in not inclued in the input componentIds array.
|
See Also