This document is archived and information here might be outdated.  Recommended version.


IGPCompositeDomain Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCompositeDomain Interface
ArcGIS Developer Help

IGPCompositeDomain Interface

Provides access to the properties/methods of a geoprocessing composite domain object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddDomain Adds a geoprocessing domain to the composite domain.
Read-only property Count The number of geoprocessing domains in the composite domain.
Read-only property Domain The geoprocessing domain at the specified index in the composite domain.
Method RemoveDomain Removes a geoprocessing domain from the composite domain.
Method ReplaceDomain Replaces a geoprocessing domain at the specified index in the composite domain.

Classes that implement IGPCompositeDomain

Classes Description
GPCompositeDomain Geoprocessing Composite Domain.