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


IGPCompositeDomain.AddDomain Method (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 > IGPCompositeDomain.AddDomain Method
ArcGIS Developer Help

IGPCompositeDomain.AddDomain Method

Adds a geoprocessing domain to the composite domain.

[Visual Basic .NET]
Public Sub AddDomain ( _
    ByVal pDomain As IGPDomain _
)
[C#]
public void AddDomain (
    IGPDomain pDomain
);
[C++]
HRESULT AddDomain(
  IGPDomain* pDomain
);
[C++]
Parameters
pDomain [in]

pDomain is a parameter of type IGPDomain*

Product Availability

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

See Also

IGPCompositeDomain Interface