ArcObjects Library Reference (Carto)  

IDimensionStyleText.ExpressionParserName Property

Text expression parser for the text expression for the style.

[Visual Basic .NET]
Public Property ExpressionParserName As String
[C#]
public string ExpressionParserName {get; set;}
[C++]
HRESULT get_ExpressionParserName(
  BSTR* Name
);
[C++]
HRESULT put_ExpressionParserName(
  BSTR Name
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The text string can also be determined from an expression specified in the Expression property. The expression can be a simple concatenation of column values and strings or a function written in scripting language. The name of the parser for the expression should be specified in the ExpressionParserName property. The currently available parsers are “VB Script” and “Java Script”.

See Also

IDimensionStyleText Interface