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.7.0.1276
Syntax
C#
public ObjectId[] GetComponentsDrawOrder()
VB
Public Function GetComponentsDrawOrder As ObjectId()
C++
public: array<ObjectId>^ GetComponentsDrawOrder()