This document is archived and information here might be outdated. Recommended version. |
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*