ArcObjects Library Reference (Geoprocessing)  

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