ArcObjects Library Reference (GeoDatabase)  

IJSONConverterGdb.QueryJSONDomain Method

Query domain info from IDomain and populate IJSONObject.

[Visual Basic .NET]
Public Sub QueryJSONDomain ( _
    ByVal pDomain As IDomain, _
    ByVal pDomainJO As IJSONObject _
)
[C#]
public void QueryJSONDomain (
    IDomain pDomain,
    IJSONObject pDomainJO
);
[C++]
HRESULT QueryJSONDomain(
  IDomain* pDomain,
  IJSONObject* pDomainJO
);
[C++]

Parameters

pDomain [in]

  pDomain is a parameter of type IDomain

pDomainJO [in]

  pDomainJO is a parameter of type IJSONObject

Product Availability

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

See Also

IJSONConverterGdb Interface