Gets or sets the draw priority collection for the PointGroups.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public ObjectIdCollection DrawOrder { get; set; }
Visual Basic
Public Property DrawOrder As ObjectIdCollection
Get
Set
Visual C++
public: property ObjectIdCollection^ DrawOrder { ObjectIdCollection^ get (); void set (ObjectIdCollection^ value); }
Remarks
- The common usage is to get the draw priority collection, then re-order the items in collection, and then set value to the re-ordered collection.
- All the PointGroups in the current database must be included in the collection when the property value is set.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when setting to a a collection with items that are not identical to the existing DrawOrders. |