Description:
This tool allows the specified coded-value domain to be sorted. The user has the options of specifying whether
the sort will be ascending or descending and on the Code or Description values of the domain.
Products: ArcEditor: VB6
Platforms: WindowsRequires: A geodatabase with domains defined in itMinimum ArcGIS Release: 9.0 |
How to use:
- Browse and select the DomainSort.dll using the 'Add From File' button on the customization dialog in ArcCatalog.
- From the 'Developer Samples' commands category, add the 'DomainSortCmd' command to an existing toolbar or the context menu for a geodatabase.
- Use ArcCatalog to browse to the database you wish to sort a domain from.
- Click on the command to bring up the dialog, and make choose the parameters for the sort.
- Perform the sort.
| frmDomainSort.frm
|
Form containing the dialog and code for sorting a domain. |
| DomainItem.cls
|
Custom class for holding the values of a domain item during the sort. |
| DomainSortCmd.cls
|
Class containing the code for sorting a domain. |
| DomainSort.vbp |
Visual Basic project. |
| DomainSort.dll |
Visual Basic project executable |
Download the VB6 files
Download the files for all languages
Key Libraries: Geodatabase
Key CoClasses:CodedValueDomain, Workspace
Key Interfaces: ICodedValueDomain, IWorkspaceDomains2
Key Members:ICodedValueDomain::AddCode, ICodedValueDomain::DeleteCode, IWorkspaceDomains2::AlterDomain