Hi all,
I am working on building a model where the input layer is a point layer with only one object (point) in the layer.
The layer would then have one of two processes ran on it depending on its relative location to a different feature in a layer.
More specifically, If said point is within a distance of feature run process A. If not run process B
I can get the individual "process" to run with the input but I am not sure how to add the If/Then statement or even if this the right method for this task.
Thanks
Eric