Ritorna/Imposta una proprietà dell’oggetto.

Ritorna/Imposta una proprietà indicizzata dell’oggetto (per esempio soglie colore).
Function not available at the moment



Syntax


ListBoxFuncRc GetProperty(string szObjID, ListBoxPropertyConst iPropertyCode, out object value)


ListBoxFuncRc SetProperty(string szObjID, ListBoxPropertyConst iPropertyCode, object value)



ListBoxFuncRc GetProperty(string szObjID, ListBoxPropertyConst iPropertyCode, int iPropertyIndex, out object value)


ListBoxFuncRc SetProperty(string szObjID, ListBoxPropertyConst iPropertyCode, int iPropertyIndex, object value)




Parameters


szObjID


ID dell’oggetto.

iPropertyCode


Codice della proprietà da leggere/scrivere.



Per ulteriori informazioni fare riferimento al paragrafo successivo

iPropertyIndex


Indice della proprietà da leggere/scrivere.



Per esempio, per il colore dinamico:



0 = prima soglia colore dinamico



1 = seconda soglia colore dinamico



….

value


Valore della proprietà



Return values


TrendFunRc =



Ok


Nessun errore

GenericErr


Errore generico

PageNotFound


La pagina corrente non è stata trovata

ObjectNotFound


L’oggetto non è stato trovato

PropertyNotFound


Il codice della proprietà non esiste o non è gestito

ReadOnlyProperty


La proprietà è in sola lettura

InvalidPropertyIndex


L’indice della proprietà non è valido

ExpectedObjectTypeErr


L’oggetto specificato non è un trend




Note




Data Type


ListBoxFuncRc