ArcObjects Library Reference (DefenseSolutions)  

IParser.IsValid Property

Indicates if the input was parsed.

[Visual Basic .NET]
Public ReadOnly Property IsValid As Boolean
[C#]
public bool IsValid {get;}
[C++]
HRESULT get_IsValid(
  VARIANT_BOOL* bMatched
);
[C++]

Parameters

bMatched [out, retval]   bMatched is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Is true if the ParsingExpression "matched" the input, false otherwise.

See Also

IParser Interface