This document is archived and information here might be outdated.  Recommended version.


IDimensionStyleText.Expression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.Expression Property
ArcGIS Developer Help

IDimensionStyleText.Expression Property

Text expression for the style.

[Visual Basic .NET]
Public Property Expression As String
[C#]
public string Expression {get; set;}
[C++]
HRESULT get_Expression(
  BSTR Expression
);
[C++]
HRESULT put_Expression(
  System.String* Expression
);
[C++]
Parameters
Expression [in]

Expression is a parameter of type BSTR Expression [out, retval]
Expression 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