Sets the supported components' draw order.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: 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

ExceptionCondition
System..::..ArgumentException Thrown when any supported components in not inclued in the input componentIds array.

See Also