Gets or sets the order of description key sets. The DescritpionKeySet at the top of the list is searched first.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ObjectIdCollection SearchOrder { get; set; } |
| Visual Basic |
|---|
Public Property SearchOrder As ObjectIdCollection
Get
Set |
| Visual C++ |
|---|
public:
property ObjectIdCollection^ SearchOrder {
ObjectIdCollection^ get ();
void set (ObjectIdCollection^ value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when setting the new order with an ObjectIdCollection whose items are not identical to the existing DescritpionKeySets.
|
See Also