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


IGPCodedValueDomain.PopulateDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPCodedValueDomain Interface > IGPCodedValueDomain.PopulateDomain Method
ArcGIS Developer Help

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