How to set the symbolic address????

How to set the symbolic address????

Hi,
I am able to create Variables in an open Zenon Editor. Unfortunately I can't find any property which has the name SymbAddr (like NetAddr or BitAddr).
How can I set the symbolic address in a subitem??
Here is my code...
C# Code:
// add variable to the zenon editor
zVariable = zProject.Variables()
.CreateVar(sVariableName, pDriver, tpKanaltypes.tpSPSMerker, pVarType);
zVariable.ActivateSubItem(0);


This is a migrated post! Originally posted on 11.03.2015 by user nollh. Please be aware that information can be outdated.