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


IGPCompositeDomain.Domain Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPCompositeDomain.Domain Property

The geoprocessing domain at the specified index in the composite domain.

[Visual Basic .NET]
Public Function get_Domain ( _
    ByVal Index As Integer _
) As IGPDomain
[C#]
public IGPDomain get_Domain (
    int Index
);
[C++]
HRESULT get_Domain(
  long Index,
  IGPDomain** ppDomain
);
[C++]

Parameters Index [in] Index is a parameter of type long ppDomain [out, retval]
ppDomain is a parameter of type IGPDomain

Product Availability

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

See Also

IGPCompositeDomain Interface