Represents all the domains defined in a geodatabase.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public class DomainCollection : IEnumerable<Domain>, 
	IEnumerable
Visual Basic (Declaration)
Public Class DomainCollection _
	Implements IEnumerable(Of Domain), IEnumerable

Remarks

In an enterprise ArcSDE geodatabase the DomainCollection will contain all domains and not only those which are visible to the currently connected user.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Data..::.DomainCollection

See Also