Classe xvSubstitutions
XVScriptLibrary.xvSubstitutions
Variabile da utilizzare nello script che rimappa la classe: xvSubstitutions
Functions not available at the moment
Metodi Esposti:
.AddSubstitution(szSubstitutionName)
.RemoveSubstitution(szSubstitutionName)
.ClearSubstitution()
.RenameSubstitution(szSubstitutionName, szNewName)
.ListSubstitution(out list)
.SubstitutionsCount
.AddSymbol(szSymbolName)
.RemoveSymbol(szSymbolName)
.ClearSymbols ()
.RenameSymbol(szSymbolName, szNewName)
.ListSymbol(out list)
SymbolsCount()
.GetValue(szSubstName, szSymbolName, out value)
.GetValue(idxSubst, idxSymbol, out value)
.SetValue(szSubstName, szSymbolName, value)
.SetValue(idxSubst, idxSymbol, value)