LabelStyleSetComponentsDrawOrder Method

Sets the supported components' draw order.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetComponentsDrawOrder(
	ObjectId[] componentIds
)

Parameters

componentIds  ObjectId
The supported components' id.
Exceptions
ExceptionCondition
ArgumentException Thrown when any supported components in not inclued in the input componentIds array.
See Also