This document is archived and information here might be outdated. Recommended version. |
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*