ArcObjects Library Reference (Carto)  

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(
  BSTR* 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