G
Guy..L
When the Paths method on a group shape is invoked, a collection of paths are
returned. According to the 2007 SDK documentation, there is a path for each
geometry section.
Experimentally, there appears to be a recursive walk through the group and
its members to retrieve this collection of paths. (Please correct me if I am
mistaken.)
Is there any way to know if a path is from a NoShow geometry?
If a parallel recursive walk is needed to build a breadcrumb-type list of
NoShow values, what is the ordering of the walk? Is it depth first search??
returned. According to the 2007 SDK documentation, there is a path for each
geometry section.
Experimentally, there appears to be a recursive walk through the group and
its members to retrieve this collection of paths. (Please correct me if I am
mistaken.)
Is there any way to know if a path is from a NoShow geometry?
If a parallel recursive walk is needed to build a breadcrumb-type list of
NoShow values, what is the ordering of the walk? Is it depth first search??