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


IJSONReader.FindProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.FindProperties Method
ArcGIS Developer Help

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
);
[C++]
Parameters
propnames [in]

propnames is a parameter of type IStringArray*

Product Availability

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

See Also

IJSONReader Interface