LabelStyleSetComponentsDrawOrder Method |
Sets the supported components' draw order.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetComponentsDrawOrder(
ObjectId[] componentIds
)
Public Sub SetComponentsDrawOrder (
componentIds As ObjectId()
)
public:
void SetComponentsDrawOrder(
array<ObjectId>^ componentIds
)
Parameters
- componentIds ObjectId
- The supported components' id.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when any supported components in not inclued in the input componentIds array.
|
See Also