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


IJSONReader.FindProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.FindProperties Method

Reads current object until one of property names matches. Case is ignored. Return value is an index of property name that matched, otherwise -1.

[Visual Basic .NET]
Public Function FindProperties ( _
    ByVal propnames As IStringArray _
) As Integer
[C#]
public int FindProperties (
    IStringArray propnames
);
[C++]
HRESULT FindProperties(
  IStringArray* propnames,
  long* index
);
[C++]

Parameters propnames [in]
propnames is a parameter of type IStringArray index [out, retval] index is a parameter of type long

Product Availability

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

See Also

IJSONReader Interface