This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.FindProperties Method (ArcObjects .NET 10.5 SDK) |
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