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