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


IJSONConverterGdb.QueryJSONDomain2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IJSONConverterGdb.QueryJSONDomain2 Method

Query domain info from IDomain and populate IJSONObject. If returnDomainNames is true, it returns only domain name.

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

Parameters Domain [in]
Domain is a parameter of type IDomain returnDomainNames [in] returnDomainNames is a parameter of type VARIANT_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