PointDescriptionKeySetCollectionSearchOrder Property |
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.7.0.1190
Syntaxpublic ObjectIdCollection SearchOrder { get; set; }Public Property SearchOrder As ObjectIdCollection
Get
Set
public:
property ObjectIdCollection^ SearchOrder {
ObjectIdCollection^ get ();
void set (ObjectIdCollection^ value);
}Property Value
ObjectIdCollection
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the new order with an ObjectIdCollection whose items are not identical to the existing DescritpionKeySets.
|
Remarks
The common usage of this property is to first get the search order, re-order the items in the returned ObjectIdCollection, and finally set the
property value with the changed list.
See Also