ArcObjects Library Reference (GeoDatabase)  

IGPCodedValueDomain.PopulateDomain Method

Populate the domain codes.

[Visual Basic .NET]
Public Sub PopulateDomain ( _
    ByVal values As String, _
    ByVal Names As String, _
    ByVal GPDataType As IGPDataType _
)
[C#]
public void PopulateDomain (
    string values,
    string Names,
    IGPDataType GPDataType
);
[C++]
HRESULT PopulateDomain(
  BSTR values,
  BSTR Names,
  IGPDataType* GPDataType
);
[C++]

Parameters

values [in]   values is a parameter of type BSTR Names [in]   Names is a parameter of type BSTR GPDataType [in]

  GPDataType is a parameter of type IGPDataType

Product Availability

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

See Also

IGPCodedValueDomain Interface