Gets the supported components in draw order, component at the end(as UI list on the top) is drawn last.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ObjectId[] GetComponentsDrawOrder()
Visual Basic
Public Function GetComponentsDrawOrder As ObjectId()
Visual C++
public:
array<ObjectId>^ GetComponentsDrawOrder()

See Also