Gets or sets the draw priority collection for the PointGroups.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when setting to a a collection with items that are not identical to the existing DrawOrders.
|
See Also