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


IGPCompositeDomain.AddDomain Method (ArcObjects .NET 10.5 SDK)
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