This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters preCode [in]
preCode is a parameter of type BSTR Expression [in]
Expression is a parameter of type BSTR