Hejhej,
I have a question regarding the value of objects of datatype "WMS Map" (or "DEWMSMap" since 10.1sp1) in a python toolbox.
How can I extract the server address and the layer name of this object?
If I do something like
I get a description string of the WMS, what kind of object is a WMS Map exactly, and how do I access its attributes?
regards and thanks in advance,
Thomas
I have a question regarding the value of objects of datatype "WMS Map" (or "DEWMSMap" since 10.1sp1) in a python toolbox.
How can I extract the server address and the layer name of this object?
If I do something like
Code:
parameters[0].value
regards and thanks in advance,
Thomas