This document is archived and information here might be outdated. Recommended version. |
Query subtype info from subtype and populate IJSONObject.
[Visual Basic .NET] Public Sub QuerySubtype ( _ ByVal Subtypes As ISubtypes, _ ByVal SubtypeCode As Integer, _ ByVal SubtypeName As String, _ ByVal Fields As IFields, _ ByVal returnDomainNames As Boolean, _ ByVal subtypeJO As IJSONObject _ )
[C#] public void QuerySubtype ( ISubtypes Subtypes, int SubtypeCode, string SubtypeName, IFields Fields, bool returnDomainNames, IJSONObject subtypeJO );
[C++]
HRESULT QuerySubtype(
ISubtypes* Subtypes,
long SubtypeCode,
BSTR SubtypeName,
IFields* Fields,
VARIANT_BOOL returnDomainNames,
IJSONObject* subtypeJO
);
[C++] Parameters Subtypes [in]
Subtypes is a parameter of type ISubtypes* SubtypeCode [in]
SubtypeCode is a parameter of type long SubtypeName [in]
SubtypeName is a parameter of type BSTR Fields [in]
Fields is a parameter of type IFields* returnDomainNames [in]
returnDomainNames is a parameter of type bool subtypeJO [in]
subtypeJO is a parameter of type IJSONObject*