SoPathGetByName Method (String) |
Method to return a path with a given name.
Namespace: OIV.Inventor
Paths are named by calling their setName() method (defined by the SoBase class). This method returns the last path that was given the specified name, either by setName() or by reading in a named path from a file. If there is no path with the given name, NULL will be returned.