I'm trying to write an expression that checks if a layer (specified by a layer expression control) has its 3D layer switch on.
L=effect("Layer Control")("Layer");
if ( L.threeDLayer) { //do something };
But I get the error "Class 'Layer' has no property or method named 'threeDLayer'".
I've checked all over for an example, and can't find anything that doesn't look like this. I'm sure I'm missing something simple and object-oriented...
Drew
--
Drew Gilmore
Just a guy made of dots and lines.