[This is preliminary documentation and is subject to change.]
Render a assing exp.

C# | Visual Basic | Visual C++ |
protected override string renderAssingExp( XplAssing assing, string leftExpStr, string rightExpStr, XplAssingop_enum operation, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderAssingExp ( _ assing As XplAssing, _ leftExpStr As String, _ rightExpStr As String, _ operation As XplAssingop_enum, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderAssingExp( XplAssing^ assing, String^ leftExpStr, String^ rightExpStr, XplAssingop_enum operation, ExtendedZOEProcessor..::.EZOEContext context ) override

- assing (XplAssing)
- The assing.
- leftExpStr (String)
- The left exp STR.
- rightExpStr (String)
- The right exp STR.
- operation (XplAssingop_enum)
- The operation.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.