The function to base labels on.
[Visual Basic .NET] Public Function SetCode ( _ ByVal fullCode As String, _ ByVal runFunction As String _ ) As IAnnotationExpressionParser
[C#] public IAnnotationExpressionParser SetCode ( string fullCode, string runFunction );
[C++]
HRESULT SetCode(
BSTR fullCode,
BSTR runFunction,
IAnnotationExpressionParser** ExpressionParser
);
[C++]Parameters
fullCode [in] fullCode is a parameter of type BSTR runFunction [in] runFunction is a parameter of type BSTR ExpressionParser [out, retval]ExpressionParser is a parameter of type IAnnotationExpressionParser
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.