ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.ParsingExpression Property

The parsing expression, output.

[Visual Basic .NET]
Public Property ParsingExpression As String
[C#]
public string ParsingExpression {get; set;}
[C++]
HRESULT get_ParsingExpression(
  BSTR* ParsingExpession
);
[C++]
HRESULT put_ParsingExpression(
  BSTR ParsingExpession
);
[C++]

Parameters

ParsingExpession [out, retval]   ParsingExpession is a parameter of type BSTR ParsingExpession [in]   ParsingExpession is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The ParsingExpression property can be used to set or get a regular expression
which is to parse and validate the coordinate's allowable representations for input. A default expression is supplied.

See Also

ICoordinate Interface