+ Reply to Thread
Results 1 to 2 of 2

Thread: Parent layers with children with the same name

  1. #1

    Parent layers with children with the same name

    Hi All,
    I've created some parent layers, say parent1, parent2,.. they all have the same children say Ch1, Ch2, Ch3,... How do a set 'Current' the layer Ch3 of parent2? rs.CurrentLayer(Ch3) sets as current the first layer with this name (probably that one that is child of parent1) and I don't know how to get the GUID of a layer (that should be the way to identify exactly the layer I want). If I had Ch3_GUID I could call something like rs.CurrentLayer(Ch3_GUID).
    Thanks a lot
    Silva

  2. #2
    Ciao Silva

    Once you know the path, the method is that:
    rs.CurrentLayer("Layer 02::Layer 06::Layer 07")

    Ciao Vittorio

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts