This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionEngine Interface > IAnnotationExpressionEngine.SetExpression Method (ArcObjects .NET 10.5 SDK) |
The expression to base labels on.
[Visual Basic .NET] Public Function SetExpression ( _ ByVal preCode As String, _ ByVal Expression As String _ ) As IAnnotationExpressionParser
[C#] public IAnnotationExpressionParser SetExpression ( string preCode, string Expression );
[C++]
HRESULT SetExpression(
BSTR preCode,
BSTR Expression,
IAnnotationExpressionParser** ExpressionParser
);
[C++]
Parameters preCode [in] preCode is a parameter of type BSTR Expression [in] Expression is a parameter of type BSTR ExpressionParser [out, retval]
ExpressionParser is a parameter of type IAnnotationExpressionParser