ArcObjects Library Reference (DefenseSolutions)  

IParser.ParsedStringArray Property

The parsed string, array.

ERROR: Syntax information about IParser.ParsedStringArray may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_ParsedStringArray(
  IStringArray** sParsed
);
[C++]

Parameters

sParsed [out, retval]

  sParsed is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The output with each parsed element (capture group) as an element in an array.

See Also

IParser Interface