ArcObjects Library Reference (DefenseSolutions)  

IFormatter.InputStringArray Property

The array of tokens to be formatted.

ERROR: Syntax information about IFormatter.InputStringArray may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT put_InputStringArray(
  IStringArray* 
);
[C++]

Parameters

[in]

   is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Tokens or elements in the input are formatted according to the FormattingExpression. Positional directives in the expression refer to each token or expression in the input. "%|1$|" means token 1, "%|2$|" means token 2. The number of positional directives in the formatting expression and the number of tokens or expressions in the input must match for correct results.

See Also

IFormatter Interface