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