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


IAnnotationExpressionEngine.AppendCode Property (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.AppendCode Property
ArcGIS Developer Help

IAnnotationExpressionEngine.AppendCode Property

The code to append.

[Visual Basic .NET]
Public ReadOnly Property AppendCode As String
[C#]
public string AppendCode {get;}
[C++]
HRESULT get_AppendCode(
  System.String* AppendCode
);
[C++]
Parameters
AppendCode [out, retval]

AppendCode is a parameter of type BSTR*

Product Availability

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

See Also

IAnnotationExpressionEngine Interface