The formatting expression, output.
[Visual Basic .NET] Public Property FormattingExpression As String
[C#] public string FormattingExpression {get; set;}
[C++]
HRESULT get_FormattingExpression(
BSTR* sFormattingExpession
);
[C++]
HRESULT put_FormattingExpression(
BSTR sFormattingExpession
);
[C++]Parameters
sFormattingExpession [out, retval] sFormattingExpession is a parameter of type BSTR sFormattingExpession [in] sFormattingExpession is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
The FormattingExpression property can be used to set or get a string expression which is used to lay out the coordinate's normalised string representation. A default expression is supplied.