@kingo_xie wrote:
I want to search all the “PRINTBOX” in the drawing,So I used findNodesByExample :
myDiagram.nodeTemplateMap.add("PRINTBOX", g_(go.Part, "Viewbox",......) myDiagram.findNodesByExample({ category: "PRINTBOX" });However, this method does not support go.Part.
Posts: 1
Participants: 1