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


IJSONConverterGdb.QueryJSONDomain3 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJSONConverterGdb Interface > IJSONConverterGdb.QueryJSONDomain3 Method
ArcGIS Developer Help

IJSONConverterGdb.QueryJSONDomain3 Method

Query domain info from IDomain and populate IJSONObject.If fieldDomain is equal to typeDomain, it returns the domain as inherited.

[Visual Basic .NET]
Public Sub QueryJSONDomain3 ( _
    ByVal typeDomain As IDomain, _
    ByVal fieldDomain As IDomain, _
    ByVal returnDomainNames As Boolean, _
    ByVal domainJO As IJSONObject _
)
[C#]
public void QueryJSONDomain3 (
    IDomain typeDomain,
    IDomain fieldDomain,
    bool returnDomainNames,
    IJSONObject domainJO
);
[C++]
HRESULT QueryJSONDomain3(
  IDomain* typeDomain,
  IDomain* fieldDomain,
  VARIANT_BOOL returnDomainNames,
  IJSONObject* domainJO
);
[C++]
Parameters
typeDomain [in]

typeDomain is a parameter of type IDomain* fieldDomain [in]
fieldDomain is a parameter of type IDomain* returnDomainNames [in]
returnDomainNames is a parameter of type bool domainJO [in]
domainJO is a parameter of type IJSONObject*

Product Availability

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

See Also

IJSONConverterGdb Interface