The formatting expression to format each element of input.
[Visual Basic .NET]
Public WriteOnly Property FormattingExpression
[C#] public void FormattingExpression {set;}
[C++]
HRESULT put_FormattingExpression(
BSTR
);
[C++]Parameters
[in] is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
A string which specifies how each element of the input is formatted into the output string. Follows the Boost::Format specification (http://www.boost.org/libs/format/doc/format.html).
Remarks
Please see the the Boost::Format specification (http://www.boost.org/libs/format/doc/format.html).