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


IJSONConverterGdb.QueryJSONDomain 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.QueryJSONDomain Method
ArcGIS Developer Help

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