This document is archived and information here might be outdated.  Recommended version.


IAnnotationExpressionEngine.SetCode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionEngine Interface > IAnnotationExpressionEngine.SetCode Method
ArcGIS Developer Help

IAnnotationExpressionEngine.SetCode Method

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
);
[C++]
Parameters
fullCode [in]

fullCode is a parameter of type BSTR runFunction [in]
runFunction is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotationExpressionEngine Interface