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


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

IGPCompositeDomain.ReplaceDomain Method

Replaces a geoprocessing domain at the specified index in the composite domain.

[Visual Basic .NET]
Public Sub ReplaceDomain ( _
    ByVal Index As Integer, _
    ByVal pDomain As IGPDomain _
)
[C#]
public void ReplaceDomain (
    int Index,
    IGPDomain pDomain
);
[C++]
HRESULT ReplaceDomain(
  long Index,
  IGPDomain* pDomain
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pDomain [in]
pDomain is a parameter of type IGPDomain*

Product Availability

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

See Also

IGPCompositeDomain Interface