This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPCodedValueDomain Interface > IGPCodedValueDomain.PopulateDomain Method (ArcObjects .NET 10.4 SDK) |
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