Read Indicator Visualization

 
Is  there a  method to read an indicator's chart visualisation?  
 
rod178: Is  there a  method to read an indicator's chart visualisation?  
Detailed explanation of iCustom - MQL4 forum
ObjectGet - MQL4 Documentation
 
WHRoeder:
rod178: Is  there a  method to read an indicator's chart visualisation?  
Detailed explanation of iCustom - MQL4 forum
ObjectGet - MQL4 Documentation

Thanks, yes that is what I currently use. 

if(ObjectGetInteger(0,"someIndicatorObject",OBJPROP_TIMEFRAMES)==0) Print("********* draw trendline ********");

 

I was just wondering whether or not there was a more 'direct' method available. 

Reason: