ArcObjects Library Reference (DefenseSolutions)  

IParser.ParsingExpression Property

Regular expression for parsing input string.

[Visual Basic .NET]
Public WriteOnly Property ParsingExpression
[C#]
public void ParsingExpression {set;}
[C++]
HRESULT put_ParsingExpression(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

A Perl 5 compatible regular expression in which each element of interest is in a capture group.

See Also

IParser Interface