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


IJSONReader.FindProperty Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONReader.FindProperty Method

Reads current object until property name matches or object ends. Case is ignored.

[Visual Basic .NET]
Public Function FindProperty ( _
    ByVal propname As String _
) As Boolean
[C#]
public bool FindProperty (
    string propname
);
[C++]
HRESULT FindProperty(
  BSTR propname,
  VARIANT_BOOL* found
);
[C++]

Parameters propname [in] propname is a parameter of type BSTR found [out, retval] found is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IJSONReader Interface