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
The property can be called after a String value has been input. If true then the input was valid according to the current ParsingExpression. There is no equivalent for the Point property or the PutCoords method.